瀏覽代碼

Unique exit codes

Bob Mottram 7 年之前
父節點
當前提交
1ff9d30fcb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-app-akaunting

+ 2
- 2
src/freedombone-app-akaunting 查看文件

@@ -236,7 +236,7 @@ function install_akaunting {
236 236
 
237 237
     if [ ! $AKAUNTING_DOMAIN_NAME ]; then
238 238
         echo $'No domain name was given for akaunting'
239
-        exit 7359
239
+        exit 89353
240 240
     fi
241 241
 
242 242
     function_check install_mariadb
@@ -264,7 +264,7 @@ function install_akaunting {
264 264
 
265 265
         if [ ! -d /var/www/$AKAUNTING_DOMAIN_NAME/htdocs ]; then
266 266
             echo $'Unable to clone akaunting repo'
267
-            exit 87525
267
+            exit 2589389
268 268
         fi
269 269
     fi
270 270