1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00

Fix restore

This commit is contained in:
yalh76 2020-06-22 05:37:52 +02:00
parent e38e37abab
commit f5203336e8

View file

@ -27,6 +27,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain)
path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
YNH_PHP_VERSION=$phpversion
#=================================================
# CHECK IF THE APP CAN BE RESTORED