Update upgrade.sh

master
sfeakes 2025-04-05 16:00:09 -05:00
parent 39a8ca5684
commit 1965a7460c
1 changed files with 5 additions and 2 deletions

View File

@ -160,10 +160,13 @@ function run_install_script {
# If in terminal then log
if [ -t 0 ]; then
"$TEMP_INSTALL/release/install.sh" &> $OUTPUT
source "$TEMP_INSTALL/release/install.sh" &> $OUTPUT
else
"$TEMP_INSTALL/release/install.sh" &> $OUTPUT
source "$TEMP_INSTALL/release/install.sh" &> $OUTPUT
fi
log "Finished installing AqualinkD $1"
}
function remove_install {