File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.17.1 (2017-11-02)
4
+
5
+ * Fix regression in ansible role creation of backup script template
6
+
3
7
## 1.17.0 (2017-11-01)
4
8
5
9
* Output more detailed info when creating a backup
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ admin_type: LIVE IMAGE
5
5
admin_type_lowcase: live image
6
6
ssh_path: /usr/local/etc/ssh
7
7
8
- jidoteki_admin_version: 1.17.0
8
+ jidoteki_admin_version: 1.17.1
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [ "$backup_action" = "START" ] || [ "$backup_action" = "RESTORE" ]; then
20
20
echo " $$ " > /tmp/update_backup.sh.task
21
21
fi
22
22
23
- admin_dir=" {{ admin_dir }}"
23
+ admin_dir=" {{ admin_path }}"
24
24
uploads_dir=" ${admin_dir} /home/sftp/uploads"
25
25
backup_list=` cat ${admin_dir} /etc/backup.txt`
26
26
backup_file=" ${uploads_dir} /backup.tar"
You can’t perform that action at this time.
0 commit comments