Files
cloudron-box/setup/stop.sh
T

8 lines
91 B
Bash
Raw Normal View History

#!/bin/bash
set -eu -o pipefail
2015-09-07 11:18:44 -07:00
echo "Stopping cloudron"
2015-09-07 11:18:44 -07:00
systemctl stop cloudron.target