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:
parent
87d44aecff
commit
ce6bf2b887
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ welcome () {
|
|||
greeting () {
|
||||
# Set the hour
|
||||
hr=$(date +%H)
|
||||
hr=22
|
||||
|
||||
if [ $hr -le 11 ] && [ $hr -gt 6 ];
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue