+ winter restore perms quick helper
* wordpress quick script moved into subfolder
This commit is contained in:
8
winter/quick/_settings.sh.example
Normal file
8
winter/quick/_settings.sh.example
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
SETTINGS_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
# exporting variables dot not effect to visibility for other scripts - all variables is visible
|
||||
|
||||
export TMP_DIR=$SETTINGS_SCRIPT_DIR/tmp
|
||||
|
||||
export THEME=demo
|
Reference in New Issue
Block a user