1
1
Fork 0
mirror of https://github.com/G2-Games/welcome.sh.git synced 2025-05-02 11:22:54 -05:00

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