Fixed leading zero problem

This commit is contained in:
Chen Asraf
2013-12-30 09:50:45 +02:00
parent 7e550ae6c9
commit 335aedcd8b
+1
View File
@@ -32,6 +32,7 @@ timing=(
)
hour=`date +%H`
hour=$(echo $hour | sed 's/^0*//')
# Different desktop environment implementations