1
0
Fork 0
mirror of https://github.com/YunoHost/package_check.git synced 2024-09-03 20:06:20 +02:00

Merge pull request from maniackcrudelis/patch-1

Corrections upstream
This commit is contained in:
Jeff 2017-01-16 12:21:55 +01:00 committed by GitHub
commit 55e3de9f81

View file

@ -306,7 +306,7 @@ CHECK_SETUP_NO_URL () {
note=$((note+1))
fi
GLOBAL_CHECK_SETUP=1 # Installation réussie
GLOBAL_CHECK_SUB_DIR=1
GLOBAL_CHECK_ROOT=1
else
ECHO_FORMAT "--- FAIL ---\n" "lred" "bold"
if [ "$GLOBAL_CHECK_SETUP" -ne 1 ]; then
@ -327,7 +327,8 @@ CHECK_SETUP_NO_URL () {
if [ "$GLOBAL_CHECK_REMOVE_ROOT" -eq 0 ]; then
note=$((note+1))
fi
GLOBAL_CHECK_REMOVE_ROOT=1 # Suppression réussie
GLOBAL_CHECK_REMOVE=1 # Suppression réussie
GLOBAL_CHECK_REMOVE_ROOT=1
else
ECHO_FORMAT "--- FAIL ---\n" "lred" "bold"
if [ "$GLOBAL_CHECK_REMOVE" -ne 1 ]; then