From db8a37a94d398b527db504e15a64b0802acf901b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Vorbach?= Date: Fri, 12 Jan 2018 15:01:44 +0100 Subject: [PATCH] make it compatible with autoinstaller t-pot autoinstaller cannot rely on /home/tsec, root directory is suggested. --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index db301ea0..17142512 100755 --- a/update.sh +++ b/update.sh @@ -115,7 +115,7 @@ systemctl stop tpot # Better safe than sorry echo "###### Creating backup and storing it in /home/tsec" -tar cvfz /home/tsec/tpot_backup.tgz /opt/tpot +tar cvfz /root/tpot_backup.tgz /opt/tpot echo "###### Getting the current install flavor" myFLAVOR=$(head $myCONFIGFILE -n 1 | awk '{ print $3 }' | tr -d :'()':)