1
0
Fork 0
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:
Jocelyn Delalande 2018-12-18 20:01:54 +01:00
parent 533f8824be
commit 1bf80cf0f5

View file

@ -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."