Skip to content

Commit 3bec0a5

Browse files
authored
Update index.html
1 parent 8079fa5 commit 3bec0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
elif [[ -t 0 && "${BASH_SOURCE[0]}" == "$0" ]]; then
5656
echo "🧑 Interaktif: dijalankan langsung (bash script.sh)"
5757
exit 3
58-
elif [[ -z "${BASH_SOURCE[0]}" ]]; then
58+
elif [[ -n "${BASH_SOURCE[0]}" ]]; then
5959
echo "📦 Terdeteksi: dijalankan via source"
6060
exit 4
6161
fi

0 commit comments

Comments
 (0)