rwx/main
This commit is contained in:
parent
6eec85df21
commit
75e7e2330d
1 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@ sh_source_directory() {
|
|||
# ╰──────╯
|
||||
|
||||
# run initial steps
|
||||
sh_main() {
|
||||
rwx_main() {
|
||||
# system root
|
||||
if ! sh_source_directory "${SH_ROOT}"; then
|
||||
_sh_main_log "Not a directory: ${SH_ROOT}"
|
||||
|
@ -142,4 +142,4 @@ sh_main() {
|
|||
}
|
||||
|
||||
# run main function
|
||||
sh_main
|
||||
rwx_main
|
||||
|
|
Loading…
Reference in a new issue