Fix syntax error in proxy skript

This commit is contained in:
TKE
2021-02-03 14:31:46 +01:00
parent 747881605d
commit 6c4c02809c

View File

@@ -15,11 +15,12 @@ fi
if [[ "${1}" == "on" ]]; then
if [[ -f "${proxy_file}.off" ]] ; then
echo "TURNING ON PROXY IN BASHRC"
mv -v "${proxy_file}" "${proxy_file}.off"
mv -v "${proxy_file}.off" "${proxy_file}"
exit 0
else
echo "No disabled Proxy-Config found. Creating a new one!"
fi
fi
marker="#PROXY_A93JK2"