From 1ff9d30fcb12793de5612aae285c99fe00ad23f6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 20 Dec 2017 21:13:45 +0000 Subject: [PATCH] Unique exit codes --- src/freedombone-app-akaunting | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-app-akaunting b/src/freedombone-app-akaunting index af818495..5c0538fc 100755 --- a/src/freedombone-app-akaunting +++ b/src/freedombone-app-akaunting @@ -236,7 +236,7 @@ function install_akaunting { if [ ! $AKAUNTING_DOMAIN_NAME ]; then echo $'No domain name was given for akaunting' - exit 7359 + exit 89353 fi function_check install_mariadb @@ -264,7 +264,7 @@ function install_akaunting { if [ ! -d /var/www/$AKAUNTING_DOMAIN_NAME/htdocs ]; then echo $'Unable to clone akaunting repo' - exit 87525 + exit 2589389 fi fi