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

fix CHECK_SETUP_NO_URL

This commit is contained in:
Maniack Crudelis 2017-03-14 19:41:23 +01:00
parent dfc7c02a02
commit e6464d3bf2

View file

@ -142,6 +142,7 @@ CHECK_URL () {
else else
ECHO_FORMAT "Test de connexion annulé.\n" "white" ECHO_FORMAT "Test de connexion annulé.\n" "white"
curl_error=0 curl_error=0
YUNO_PORTAL=0
fi fi
} }