If the second argument is update there will be no updating.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
c5dbc62a5e
commit
abc3c9676c
@ -8,7 +8,7 @@ function define() {
|
||||
eval export "$1"='$value'
|
||||
}
|
||||
|
||||
if [[ $(pwd) != *"SigScript" && $AUTO_UPDATE = "true" ]]; then
|
||||
if [[ $(pwd) != *"SigScript" && $AUTO_UPDATE = "true" && $1 != "update" ]]; then
|
||||
source utils/search.sh
|
||||
|
||||
find . -type f -name md5 -delete
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user