Update multiplane.sh

This commit is contained in:
2026-01-19 14:18:23 +00:00
parent 9f8c0f77ed
commit 97e46b8c33

View File

@@ -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."