1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Supprimer une vérification qui ne sert à rien

This commit is contained in:
magikcypress 2017-03-26 16:49:46 +02:00
parent e01eec04a5
commit f54fdcd0bc

View file

@ -18,12 +18,6 @@ language=$(ynh_app_setting_get "$app" language)
CHECK_PATH # Checks and corrects the syntax of the path.
# Check if admin is not null
if [[ "$admin" = "" || "$is_public" = "" || "$language" = "" ]]; then
echo "Unable to upgrade, please contact support"
ynh_die
fi
final_path=/var/www/$app
# Get source