put the script back how it was
This commit is contained in:
parent
5716f3b6a1
commit
f3a6104d2d
|
|
@ -86,12 +86,8 @@ function check2 {
|
|||
done
|
||||
}
|
||||
|
||||
function isChanged {
|
||||
true
|
||||
}
|
||||
|
||||
# check if a dashboard (or file) has been modified
|
||||
function isChangedO {
|
||||
function isChanged {
|
||||
local changed=false
|
||||
local filename=$1
|
||||
local file=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue