diff options
-rwxr-xr-x | etc/init.d/commission | 3 | ||||
-rwxr-xr-x | etc/init.d/commission-php-fpm | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/etc/init.d/commission b/etc/init.d/commission index b9f8174..7b1b7aa 100755 --- a/etc/init.d/commission +++ b/etc/init.d/commission @@ -33,7 +33,8 @@ fi case "$1" in start) if [ "$ENABLED" != "yes" ]; then - echo "$NAME: disabled in /etc/default" + echo "$NAME: disabled:" + echo "$PASSWORDS" exit fi echo -n "Starting $DESC: " diff --git a/etc/init.d/commission-php-fpm b/etc/init.d/commission-php-fpm index 6867177..2f18fbc 100755 --- a/etc/init.d/commission-php-fpm +++ b/etc/init.d/commission-php-fpm @@ -57,7 +57,7 @@ case "$1" in start) [[ -f /etc/default/commission ]] && . /etc/default/commission if [[ $ENABLED != "yes" ]]; then - echo "$NAME: disabled in /etc/default" + echo "$NAME: disabled in /run/mt-commission" exit fi |