Sync install.sh fix
This commit is contained in:
+1
-1
@@ -463,7 +463,7 @@ launch_navigator() {
|
||||
# ---------------------------------------------------------------------------
|
||||
# Main
|
||||
# ---------------------------------------------------------------------------
|
||||
if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
|
||||
if [[ "${BASH_SOURCE[0]}" == "${0}" ]] || [[ -z "${BASH_SOURCE[0]}" ]]; then
|
||||
_OWL_RUNNING=true
|
||||
|
||||
_owl_cleanup() {
|
||||
|
||||
Reference in New Issue
Block a user