mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
tweaking and testing
This commit is contained in:
parent
2e7a0fdf4c
commit
3f444ef22f
1 changed files with 3 additions and 4 deletions
|
@ -61,17 +61,16 @@ if [ "$1" != "-y" ]; then
|
|||
echo
|
||||
exit
|
||||
fi
|
||||
######################################### Prevent race condition on updated update.sh!!!! What happens if update.sh will be overwritten by git pull?
|
||||
######################################### git pull needs to run first, if Already up to date => no action, if update, then fork
|
||||
|
||||
echo "### Now running T-Pot update script."
|
||||
echo
|
||||
|
||||
fuCHECKINET "https://index.docker.io https://github.com https://pypi.python.org https://ubuntu.com"
|
||||
echo
|
||||
|
||||
fuCONFIGCHECK
|
||||
echo
|
||||
exit
|
||||
|
||||
echo
|
||||
echo "### Now stopping T-Pot"
|
||||
systemctl stop tpot
|
||||
|
||||
|
|
Loading…
Reference in a new issue