mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-14 04:08:09 +00:00
add daemon reload to avoid error if user wants to start tpot without reboot
This commit is contained in:
parent
5ce77c6f60
commit
a2afdcde7e
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ echo
|
||||||
echo "### Now replacing T-Pot related config files on host"
|
echo "### Now replacing T-Pot related config files on host"
|
||||||
cp host/etc/systemd/* /etc/systemd/system/
|
cp host/etc/systemd/* /etc/systemd/system/
|
||||||
cp host/etc/issue /etc/
|
cp host/etc/issue /etc/
|
||||||
|
systemctl daemon-reload
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "### Now pulling latest docker images"
|
echo "### Now pulling latest docker images"
|
||||||
|
|
Loading…
Reference in a new issue