mirror of
https://github.com/darlinghq/darling.git
synced 2024-11-23 12:19:43 +00:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
echo ">>> Shutting down old instances of Darling"
|
||
|
bash /usr/lib/darling/shutdown-user.sh
|