Missing quote
This commit is contained in:
parent
c696b4211d
commit
e471846502
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ echo '
|
||||||
echo "HTTP_ADDRESS=$HTTP_ADDR/$HTTP_PATH"
|
echo "HTTP_ADDRESS=$HTTP_ADDR/$HTTP_PATH"
|
||||||
echo "PKG_PATH=pkg"
|
echo "PKG_PATH=pkg"
|
||||||
} > zpkg.conf
|
} > zpkg.conf
|
||||||
if [ ! -f "/etc/zpkg/zpkg.conf ]
|
if [ ! -f "/etc/zpkg/zpkg.conf" ]
|
||||||
then
|
then
|
||||||
mkdir -p /etc/zpkg || exit $?
|
mkdir -p /etc/zpkg || exit $?
|
||||||
mv zpkg.conf /etc/zpkg || exit $?
|
mv zpkg.conf /etc/zpkg || exit $?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue