From a2afdcde7ee9bcd5cffa3f066c21119385a83349 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 21 Aug 2018 20:17:53 +0000 Subject: [PATCH] add daemon reload to avoid error if user wants to start tpot without reboot --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 2838e4c5..4a5bbcf4 100755 --- a/update.sh +++ b/update.sh @@ -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"