mirror of
https://github.com/Unimatrix0/update_ombi.git
synced 2025-08-21 05:44:05 -07:00
Fixed typo
Fixed a typo which prevented ombi from starting after completing the update when the script user is set to root
This commit is contained in:
parent
d1a4120578
commit
30594ea795
1 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@ if [ $running -eq 1 ]; then
|
|||
while [ $i -le $j ]
|
||||
do
|
||||
if [ $scriptuser = "root" ]; then
|
||||
systemctl systemctl start $ombiservicename.service > /dev/null 2>&1
|
||||
systemctl start $ombiservicename.service > /dev/null 2>&1
|
||||
else
|
||||
sudo systemctl start $ombiservicename.service > /dev/null 2>&1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue