From 97e46b8c33f8f606fb47fa6a3cf48a3bee02b982 Mon Sep 17 00:00:00 2001 From: 57_Wolve <57_wolve@private.email> Date: Mon, 19 Jan 2026 14:18:23 +0000 Subject: [PATCH] Update multiplane.sh --- multiplane.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multiplane.sh b/multiplane.sh index 67c3f73..f38e372 100644 --- a/multiplane.sh +++ b/multiplane.sh @@ -2,7 +2,7 @@ set -e -$CONFIG_FILE="${$1:-config.toml}" +CONFIG_FILE="${1:-config.toml}" if [[ "$EUID" -ne 0 ]]; then echo -e "\e[31m[FATAL]\e[39m Currently this script requires being ran as root user - please try again as root."