mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 09:10:38 +01:00
linux: stop existing service before install
This commit is contained in:
@@ -6,6 +6,9 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Stopping existing service if it is running..."
|
||||
systemctl stop scrypted.service
|
||||
|
||||
# bad hack to run a dockerfile like a shell script.
|
||||
|
||||
RUN() {
|
||||
|
||||
Reference in New Issue
Block a user