diff --git a/scripts/remove b/scripts/remove index be0c226..3832cca 100644 --- a/scripts/remove +++ b/scripts/remove @@ -1,7 +1,7 @@ #!/bin/bash # Exit on command errors and treat unset variables as an error -set -eu +set -u # Source YunoHost helpers source /usr/share/yunohost/helpers