Added missing init.sh to 1-initial
This commit is contained in:
parent
03a9749b46
commit
11da6db264
1 changed files with 6 additions and 0 deletions
6
1-initial/init.sh
Normal file
6
1-initial/init.sh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
script_full_path=$(dirname "$0")
|
||||||
|
|
||||||
|
source $script_full_path/config-changes.sh
|
||||||
|
source $script_full_path/create-user.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue