Skip to content

Commit 9154eee

Browse files
committed
Fix regression in ansible role creation of backup script template
1 parent fc4f5a1 commit 9154eee

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.17.1 (2017-11-02)
4+
5+
* Fix regression in ansible role creation of backup script template
6+
37
## 1.17.0 (2017-11-01)
48

59
* Output more detailed info when creating a backup

group_vars/images

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ admin_type: LIVE IMAGE
55
admin_type_lowcase: live image
66
ssh_path: /usr/local/etc/ssh
77

8-
jidoteki_admin_version: 1.17.0
8+
jidoteki_admin_version: 1.17.1

roles/admin/templates/update_backup.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ "$backup_action" = "START" ] || [ "$backup_action" = "RESTORE" ]; then
2020
echo "$$" > /tmp/update_backup.sh.task
2121
fi
2222

23-
admin_dir="{{ admin_dir }}"
23+
admin_dir="{{ admin_path }}"
2424
uploads_dir="${admin_dir}/home/sftp/uploads"
2525
backup_list=`cat ${admin_dir}/etc/backup.txt`
2626
backup_file="${uploads_dir}/backup.tar"

0 commit comments

Comments
 (0)