1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/svgedit_ynh.git synced 2024-09-03 20:26:24 +02:00
This commit is contained in:
ericgaspar 2020-10-08 23:19:59 +02:00
parent 5ae5779e61
commit 77a67c78d4
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
location __PATH__/ {
# Path to source
alias __FINALPATH__/editor/ ;
alias __FINALPATH__/ ;
index svg-editor.html ;

View file

@ -34,7 +34,7 @@ app=$YNH_APP_INSTANCE_NAME
#=================================================
ynh_script_progression --message="Validating installation parameters..." --weight=1
final_path=/var/www/$app
final_path=/var/www/$app/editor
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
# Register (book) web path