mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-07 17:57:22 +01:00
voice-client: do not use local out of function
This commit is contained in:
parent
5f2cd6d185
commit
27edf8ced1
1 changed files with 4 additions and 4 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
. /lib/functions.sh
|
||||
|
||||
local daymatch=0
|
||||
local timematch=0
|
||||
local current_day=$(date | awk '{print$1}' | tr '[A-Z]' '[a-z]')
|
||||
local current_time=$(date +%H%M)
|
||||
daymatch=0
|
||||
timematch=0
|
||||
current_day=$(date | awk '{print$1}' | tr '[A-Z]' '[a-z]')
|
||||
current_time=$(date +%H%M)
|
||||
|
||||
day_to_number() {
|
||||
case $1 in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue