From e4718465023c1fe62fc2a9df30e24b2f97eb2be2 Mon Sep 17 00:00:00 2001 From: zawz Date: Fri, 7 Feb 2020 15:30:27 +0100 Subject: [PATCH] Missing quote --- scripts/gen_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_install.sh b/scripts/gen_install.sh index 5d43295..c2f2f72 100755 --- a/scripts/gen_install.sh +++ b/scripts/gen_install.sh @@ -14,7 +14,7 @@ echo ' echo "HTTP_ADDRESS=$HTTP_ADDR/$HTTP_PATH" echo "PKG_PATH=pkg" } > zpkg.conf -if [ ! -f "/etc/zpkg/zpkg.conf ] +if [ ! -f "/etc/zpkg/zpkg.conf" ] then mkdir -p /etc/zpkg || exit $? mv zpkg.conf /etc/zpkg || exit $?