diff --git a/scripts/postData.sh b/scripts/postData.sh index cd233d51a..f575e1606 100755 --- a/scripts/postData.sh +++ b/scripts/postData.sh @@ -101,7 +101,6 @@ if [[ "$( settings ".useremotewebsite" )" == "true" ]]; then WHERE_TO+="remote Website" fi if [[ "$( settings ".useremoteserver" )" == "true" ]]; then - USE_REMOTE_SERVER="true" [[ -n ${WHERE_TO} ]] && WHERE_TO+=", " WHERE_TO+="remote server" fi