This commit is contained in:
Cyril 2024-05-08 21:04:07 +02:00
parent 5a38206fd5
commit 34fce88095
4 changed files with 8 additions and 0 deletions

View file

@ -82,7 +82,9 @@ function remove_git_backup(){
fi
if [ -f "$ENTWARE_FILE" ]; then
echo -e "Info: Removing packages..."
set +e
"$ENTWARE_FILE" --autoremove remove inotifywait
set -e
fi
if [ ! -n "$(ls -A "$HS_CONFIG_FOLDER")" ]; then
rm -rf "$HS_CONFIG_FOLDER"