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
|
echo
|
||||||
exit
|
exit
|
||||||
fi
|
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 "### Now running T-Pot update script."
|
||||||
echo
|
echo
|
||||||
|
|
||||||
fuCHECKINET "https://index.docker.io https://github.com https://pypi.python.org https://ubuntu.com"
|
fuCHECKINET "https://index.docker.io https://github.com https://pypi.python.org https://ubuntu.com"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
fuCONFIGCHECK
|
fuCONFIGCHECK
|
||||||
echo
|
echo
|
||||||
exit
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo "### Now stopping T-Pot"
|
echo "### Now stopping T-Pot"
|
||||||
systemctl stop tpot
|
systemctl stop tpot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue