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 $?