Skip to content

Commit

Permalink
removed rogue exit statement breaking the overlay …
Browse files Browse the repository at this point in the history
  • Loading branch information
alterNERDtive committed Feb 16, 2024
1 parent b94bd7f commit 2fe1063
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bg3overlay
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ case $1 in
[ -f "$(dirname ${CONFIG_FILE})/bg3overlay.pre" ] && . "$(dirname ${CONFIG_FILE})/bg3overlay.pre"
[ -f "$(dirname $(realpath "$0"))/bg3overlay.pre" ] && . "$(dirname $(realpath "$0"))/bg3overlay.pre" \
&& echo "Overlay hooks in the installation folder are deprecated. Please move them to $(dirname "${CONFIG_FILE}")/."
exit
mount_overlay
exit 0
;;
Expand Down

0 comments on commit 2fe1063

Please sign in to comment.