Sync install.sh fix

This commit is contained in:
eduard256
2026-04-16 18:58:46 +00:00
parent 1f8414079a
commit 0a41dac8e4
+1 -1
View File
@@ -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() {