1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
This commit is contained in:
ericgaspar 2022-08-17 19:21:51 +02:00
parent 4d0f18e921
commit aad6451a7f
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"en": "URL shortening service",
"fr": "Service de raccourcisseur d'URL"
},
"version": "1.9.1~ynh2",
"version": "1.9.1~ynh3",
"url": "https://yourls.org/",
"upstream": {
"license": "MIT",

View file

@ -22,7 +22,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
db_user=$db_name
db_pwd=$(ynh_app_setting_get --app=$app --key=mysqlpwd)
phpversion=$YNH_PHP_VERSION
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# CHECK VERSION