From 9792f72f6dfbb5abf6b8a9fe0084ed93cd159c15 Mon Sep 17 00:00:00 2001 From: Skarlett Date: Sat, 18 Mar 2023 12:43:45 -0500 Subject: [PATCH] include possible fix for auto-updater --- sbin/update-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/update-builder.sh b/sbin/update-builder.sh index 39070c3..98a9d50 100644 --- a/sbin/update-builder.sh +++ b/sbin/update-builder.sh @@ -55,7 +55,7 @@ if [[ "\$CHASH" != "\$LHASH" ]]; then /bin/systemctl daemon-reload systemctl restart ${coggiebotd} - systemctl restart ${coggiebotd-update-timer} + systemctl start ${coggiebotd-update-timer} echo "migrating finished" fi