Update upgrade.sh

pull/428/head
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 in terminal then log
if [ -t 0 ]; then if [ -t 0 ]; then
"$TEMP_INSTALL/release/install.sh" &> $OUTPUT source "$TEMP_INSTALL/release/install.sh" &> $OUTPUT
else else
"$TEMP_INSTALL/release/install.sh" &> $OUTPUT source "$TEMP_INSTALL/release/install.sh" &> $OUTPUT
fi fi
log "Finished installing AqualinkD $1"
} }
function remove_install { function remove_install {