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:
Éric Gaspar 2023-03-14 16:41:25 +01:00
parent 9e0c4e8c3d
commit b3c5d95368
3 changed files with 2 additions and 4 deletions

View file

@ -5,7 +5,7 @@ name = "Yourls"
description.en = "URL shortening service"
description.fr = "Service de raccourcisseur d'URL"
version = "1.9.2~ynh1"
version = "1.9.2~ynh2"
maintainers = ["Anmol Sharma"]

View file

@ -70,9 +70,8 @@ chown $app:$app "$install_dir/user/config.php"
#=================================================
# SETUP APPLICATION WITH CURL
#=================================================
# Installation with curl
ynh_script_progression --message="Finalizing installation..." --weight=1
ynh_local_curl "admin/install.php" "install=dummy"
#=================================================

View file

@ -25,7 +25,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"