Fixed greeting time

This commit is contained in:
G2-Games 2022-09-03 12:21:21 -05:00
parent 87d44aecff
commit ce6bf2b887

View file

@ -28,7 +28,6 @@ welcome () {
greeting () {
# Set the hour
hr=$(date +%H)
hr=22
if [ $hr -le 11 ] && [ $hr -gt 6 ];
then