From dd4955dee368cc5ef82b67b169e2c83ae1336df0 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 19 May 2022 00:46:28 +0200 Subject: [PATCH] fix syntax error --- nextcloud_install_production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 1b1c4d28..de7669a1 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -61,7 +61,7 @@ fi # Automatically restart services # Restart mode: (l)ist only, (i)nteractive or (a)utomatically. -sed -i "s|#\$nrconf{restart} = .*|\$nrconf{restart} = 'a'|g" /etc/needrestart/needrestart.conf +sed -i "s|#\$nrconf{restart} = .*|\$nrconf{restart} = 'a';|g" /etc/needrestart/needrestart.conf # Install needed dependenices install_if_not lshw