mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
fix
This commit is contained in:
parent
9e0c4e8c3d
commit
b3c5d95368
3 changed files with 2 additions and 4 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue