6 lines
119 B
Bash
6 lines
119 B
Bash
script_full_path=$(dirname "$0")
|
|
|
|
source $script_full_path/config-changes.sh
|
|
source $script_full_path/create-user.sh
|
|
|
|
|