mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-05-03 03:42: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 () {
|
greeting () {
|
||||||
# Set the hour
|
# Set the hour
|
||||||
hr=$(date +%H)
|
hr=$(date +%H)
|
||||||
hr=22
|
|
||||||
|
|
||||||
if [ $hr -le 11 ] && [ $hr -gt 6 ];
|
if [ $hr -le 11 ] && [ $hr -gt 6 ];
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue