mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix syntax error
This commit is contained in:
parent
c249e9205a
commit
dd4955dee3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user