installer: directly stop box code
the idea (previously) was that the box code knew how to stop itself. this is why stop.sh of the _old_ code was invoked. we can just inline the code needed to stop the old version into installer.sh itself.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu -o pipefail
|
||||
|
||||
echo "Stopping cloudron"
|
||||
|
||||
systemctl stop box
|
||||
Reference in New Issue
Block a user