9182038d12
This reverts commit dcfe2e4fdbcbd2acb98cefe9b50ef0bb1828eb48.
8 lines
91 B
Bash
Executable File
8 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu -o pipefail
|
|
|
|
echo "Stopping cloudron"
|
|
|
|
systemctl stop cloudron.target
|