This commit is contained in:
Morten Olsen
2025-01-27 22:34:04 +01:00
parent 3f5b3a352c
commit f5b06b4351
11 changed files with 6 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
export ROOT="`dirname "$0"`/.."
MACHINE_NAME="$1"; shift
. $ROOT/scripts/with-env.sh
# . $ROOT/scripts/with-env.sh
if [ -z "$MACHINE_NAME" ]; then
echo "Usage: $0 <machine-name>"