Goodbye isn't working anymore, try adding the shopt right before the attempt at bye.

This commit is contained in:
Hyperling 2025-03-08 11:19:47 -07:00
parent a4ff66a9c9
commit 17b78cc361

View File

@ -204,6 +204,7 @@
echo "*** Completed Successfully ***" echo "*** Completed Successfully ***"
if [[ $goodbye == "Y" ]]; then if [[ $goodbye == "Y" ]]; then
shopt -s expand_aliases
bye bye
fi fi