+ smart restore perms - for files set 664 mode (u: rw, g: rw, o: r) and for directories 774 mode (u: rwx, g: rwx, o: rx)

This commit is contained in:
2023-09-06 17:47:05 +03:00
parent 8d69b8c11d
commit 15a30eaa78
2 changed files with 65 additions and 3 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export TMP_DIR=$SCRIPT_DIR/tmp
export PROJECT_NAME=wpstudio
export PROJECT_WEB_ROOT="${SCRIPT_DIR}/.."