aboutsummaryrefslogtreecommitdiffstats
path: root/home/root
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-13 02:44:09 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-13 02:44:09 -0700
commitfe8c1092475cefa30725050746082686d4924384 (patch)
tree31fd6fad621aa118b207bfa0baa437789793f442 /home/root
parent0529bd8a372a9fd2cff4c38713656ad323a68082 (diff)
downloadnix-fe8c1092475cefa30725050746082686d4924384.tar
nix-fe8c1092475cefa30725050746082686d4924384.tar.gz
nix-fe8c1092475cefa30725050746082686d4924384.tar.bz2
nix-fe8c1092475cefa30725050746082686d4924384.tar.lz
nix-fe8c1092475cefa30725050746082686d4924384.tar.xz
nix-fe8c1092475cefa30725050746082686d4924384.tar.zst
nix-fe8c1092475cefa30725050746082686d4924384.zip
Fix typo
Diffstat (limited to 'home/root')
-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 6ebaae0..c78c958 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