Explorar el Código

Leave /opt perms as default

Key Networks hace 7 años
padre
commit
fd94cd7f5c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build/build.sh

+ 1 - 1
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