aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--home/root/arrakis.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/root/arrakis.nix b/home/root/arrakis.nix
index bec3448..6ebaae0 100644
--- a/home/root/arrakis.nix
+++ b/home/root/arrakis.nix
@@ -43,26 +43,26 @@
}
- if [[ -z "${1}" || "${1}" == "status" ]]; then
+ if [[ -z "\${1}" || "\${1}" == "status" ]]; then
status_vpn
- elif [[ "${1}" == "restart" ]]; then
+ elif [[ "\${1}" == "restart" ]]; then
stop_vpn
sleep 2
start_vpn
#systemctl start qbittorrent-nox@nipsy.service prowlarr.service
- elif [[ "${1}" == "restart_firewall" ]]; then
+ elif [[ "\${1}" == "restart_firewall" ]]; then
ip netns exec vpn nft -f /etc/nftables-vpn.conf
- elif [[ "${1}" == "start" ]]; then
+ elif [[ "\${1}" == "start" ]]; then
start_vpn
- elif [[ "${1}" == "stop" ]]; then
+ elif [[ "\${1}" == "stop" ]]; then
stop_vpn