mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-07 18:53:45 +02:00
Leave /opt perms as default
This commit is contained in:
parent
425cf8bf6d
commit
fd94cd7f5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue