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