Leave /opt perms as default

This commit is contained in:
Key Networks 2018-01-10 15:25:00 +08:00
parent 425cf8bf6d
commit fd94cd7f5c

View File

@ -56,7 +56,7 @@ pkg -c ./package.json -t node8-linux-x64 bin/www -o $BUILD_DIR/ztncui
popd 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
install -m 750 -d $STAGING_DIR/opt/key-networks/ztncui install -m 750 -d $STAGING_DIR/opt/key-networks/ztncui
install -m 750 -d $STAGING_DIR/opt/key-networks/ztncui/etc install -m 750 -d $STAGING_DIR/opt/key-networks/ztncui/etc