Update homeassistant-v5.sh

pull/930/head
tteckster 2023-01-07 15:54:03 -05:00 committed by GitHub
parent 5fb0e81eff
commit f88f59cc42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ echo -e "FileBrowser should be reachable by going to the following URL.
exit
fi
}
}
clear
if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
if [ "$VERB" == "yes" ]; then set -x; fi