mirror of
https://github.com/YunoHost-Apps/svgedit_ynh.git
synced 2024-09-03 20:26:24 +02:00
fix
This commit is contained in:
parent
5ae5779e61
commit
77a67c78d4
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/editor/ ;
|
||||
alias __FINALPATH__/ ;
|
||||
|
||||
index svg-editor.html ;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue