Don't use set -u in the remove script

This commit is contained in:
Alexandre Aubin 2021-03-14 18:54:13 +01:00 committed by GitHub
parent 1c3226d763
commit b0d07fba2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,6 @@
# Source YunoHost helpers
source /usr/share/yunohost/helpers
# Stop script if errors
set -u
# Import common cmd
source ./experimental_helper.sh
source ./_common.sh