From 4931bada39d8c89f52e6e8462c7d9f6416e592e5 Mon Sep 17 00:00:00 2001 From: MeaTLoTioN Date: Wed, 2 Sep 2020 15:22:50 +0100 Subject: [PATCH] fix compile_nodelist.sh --- compile_nodelist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile_nodelist.sh b/compile_nodelist.sh index bcf7e63..c3dc4af 100755 --- a/compile_nodelist.sh +++ b/compile_nodelist.sh @@ -4,8 +4,8 @@ ORIGDIR=$PWD IWORKDIR="/root/git/tqwnet_nodelist" IPACKDIR="/root/git/tqwnet_infopack" -WORKDIR="${1:-IWORKDIR}" -PACKDIR="${2:-IPACKDIR}" +WORKDIR="${1:-$IWORKDIR}" +PACKDIR="${2:-$IPACKDIR}" COMMIT="$(date "+%Y-%m-%d %H:%M:%S")"