mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Merge pull request #164 from dtag-dev-sec/autoinstall-compatible
LGTM, good catch!
This commit is contained in:
@ -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 :'()':)
|
||||
|
Reference in New Issue
Block a user