4 lines
81 B
Bash
4 lines
81 B
Bash
|
script_full_path=$(dirname "$0")
|
||
|
|
||
|
source $script_full_path/4-post-reboot/init.sh
|