mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update install.sh
This commit is contained in:
parent
ef8cbacb6d
commit
03672bef25
@ -4,6 +4,12 @@
|
|||||||
# How to do this is described in detail in [setup.md](./setup.md)
|
# How to do this is described in detail in [setup.md](./setup.md)
|
||||||
|
|
||||||
# Find current directory & configure paths
|
# Find current directory & configure paths
|
||||||
|
## For manualy use in terminal
|
||||||
|
## set -o allexport
|
||||||
|
## SCRIPT_DIR=$(pwd)
|
||||||
|
## PROJECT_ROOT=$SCRIPT_DIR/../..
|
||||||
|
## set +o allexport
|
||||||
|
# Use here in script
|
||||||
set -o allexport
|
set -o allexport
|
||||||
SCRIPT_PATH=$(realpath $0)
|
SCRIPT_PATH=$(realpath $0)
|
||||||
SCRIPT_DIR=$(dirname $SCRIPT_PATH)
|
SCRIPT_DIR=$(dirname $SCRIPT_PATH)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user