From 3bc9511d6f33fd0078cdd2a6f19e9f6f60140504 Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Wed, 9 Nov 2022 23:00:19 +0700 Subject: [PATCH] restart service as superuser --- rpi_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi_update.sh b/rpi_update.sh index 1f9ff7d..8d2d109 100644 --- a/rpi_update.sh +++ b/rpi_update.sh @@ -1,4 +1,4 @@ git stash git pull cp -fv ../kuukar_config.py ./kuukar/kuukar_config.py -service kuukar restart \ No newline at end of file +sudo service kuukar restart \ No newline at end of file