svchelper/app/bin/exist
2024-04-23 04:34:16 +02:00

6 lines
105 B
Bash

#!/usr/bin/env bash
if ! [ -d "$APP_SERVICES/$1" ]; then
echo "Service '$1' does not exist."
exit 1
fi