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