mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Supprimer une vérification qui ne sert à rien
This commit is contained in:
parent
0a4fcc5495
commit
0544b463e1
1 changed files with 0 additions and 6 deletions
|
@ -18,12 +18,6 @@ language=$(ynh_app_setting_get "$app" language)
|
||||||
|
|
||||||
CHECK_PATH # Checks and corrects the syntax of the path.
|
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
|
|
||||||
|
|
||||||
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
||||||
|
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
|
|
Loading…
Reference in a new issue