From fd94cd7f5c0c6452fc43567184498c9bd577eded Mon Sep 17 00:00:00 2001 From: Key Networks <34238649+key-networks@users.noreply.github.com> Date: Wed, 10 Jan 2018 15:25:00 +0800 Subject: [PATCH] Leave /opt perms as default --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 5032834..557625d 100755 --- a/build/build.sh +++ b/build/build.sh @@ -56,7 +56,7 @@ pkg -c ./package.json -t node8-linux-x64 bin/www -o $BUILD_DIR/ztncui popd -install -m 750 -d $STAGING_DIR/opt +install -m 755 -d $STAGING_DIR/opt install -m 750 -d $STAGING_DIR/opt/key-networks install -m 750 -d $STAGING_DIR/opt/key-networks/ztncui install -m 750 -d $STAGING_DIR/opt/key-networks/ztncui/etc