Fix syntax error in proxy skript
This commit is contained in:
@@ -15,10 +15,11 @@ fi
|
|||||||
if [[ "${1}" == "on" ]]; then
|
if [[ "${1}" == "on" ]]; then
|
||||||
if [[ -f "${proxy_file}.off" ]] ; then
|
if [[ -f "${proxy_file}.off" ]] ; then
|
||||||
echo "TURNING ON PROXY IN BASHRC"
|
echo "TURNING ON PROXY IN BASHRC"
|
||||||
mv -v "${proxy_file}" "${proxy_file}.off"
|
mv -v "${proxy_file}.off" "${proxy_file}"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "No disabled Proxy-Config found. Creating a new one!"
|
echo "No disabled Proxy-Config found. Creating a new one!"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user