Update
This commit is contained in:
parent
5a38206fd5
commit
34fce88095
4 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue