Temp debug, don't use

This commit is contained in:
2022-01-12 12:53:45 -05:00
parent bdf57f59a7
commit 01e8f3a488

View File

@@ -906,6 +906,8 @@ setServiceVars() {
return 1 return 1
fi fi
echo "$SERVICE_TYPE"
if [[ "$SERVICE_TYPE" == "system" ]]; then if [[ "$SERVICE_TYPE" == "system" ]]; then
service_dir="$service_system_dir" service_dir="$service_system_dir"
EXEC_USER="root" EXEC_USER="root"
@@ -1504,8 +1506,6 @@ main() {
if ! setServiceVars "$service"; then if ! setServiceVars "$service"; then
continue continue
fi fi
systemctl_reload_cmd && echo "yes!"
if ! "service_$service"; then if ! "service_$service"; then
if [[ $? -eq 127 ]]; then if [[ $? -eq 127 ]]; then