yunohost helpers get included first so that I can overwrite them from _common.sh
@@ -1,8 +1,8 @@
#!/bin/bash
# IMPORT GENERIC HELPERS
-source _common.sh
source /usr/share/yunohost/helpers
+source _common.sh
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/9
# check if couchdb is already installed
@@ -6,8 +6,8 @@
#=================================================
# STANDARD REMOVE
@@ -1,7 +1,7 @@
-source ../settings/scripts/_common.sh
+source ../settings/scripts/_common.sh
# reinstall couchdb
ynh_script_progression --message="Reinstalling couchdb..." --weight=40
# UPGRADE_PACKAGE if only the YunoHost package has changed
# UPGRADE_APP if the upstream app version has changed