mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Fix restore script, removing webpath registration
It seems that ynh takes care itself of registering the app on restore. So re-registering it is useless and triggers a duplicate error. Let's not do that :-).
This commit is contained in:
parent
533f8824be
commit
1bf80cf0f5
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ source _common.sh
|
|||
|
||||
ynh_abort_if_errors
|
||||
|
||||
ynh_webpath_register $app $domain $path
|
||||
|
||||
test -d $INSTALL_DIR && ynh_die \
|
||||
"The destination directory '$INSTALL_DIR' already exists.\
|
||||
You should safely delete it before restoring this app."
|
||||
|
|
Loading…
Reference in a new issue