add daemon reload to avoid error if user wants to start tpot without reboot

This commit is contained in:
t3chn0m4g3 2018-08-21 20:17:53 +00:00
parent 5ce77c6f60
commit a2afdcde7e

View file

@ -167,6 +167,7 @@ echo
echo "### Now replacing T-Pot related config files on host"
cp host/etc/systemd/* /etc/systemd/system/
cp host/etc/issue /etc/
systemctl daemon-reload
echo
echo "### Now pulling latest docker images"