mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Merge pull request #164 from dtag-dev-sec/autoinstall-compatible
LGTM, good catch!
This commit is contained in:
commit
90d88008ee
1 changed files with 1 additions and 1 deletions
|
@ -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 :'()':)
|
||||
|
|
Loading…
Reference in a new issue