Skip to content

Commit

Permalink
Update postData.sh: delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jul 20, 2024
1 parent b3f2994 commit 7888818
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/postData.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7888818

Please sign in to comment.