svchelper/app/bin/exist

6 lines
105 B
Plaintext
Raw Normal View History

2024-04-23 02:34:16 +00:00
#!/usr/bin/env bash
if ! [ -d "$APP_SERVICES/$1" ]; then
echo "Service '$1' does not exist."
exit 1
fi