If the second argument is update there will be no updating.

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
main
Nic0Nic0Nii 3 years ago
parent c5dbc62a5e
commit abc3c9676c
  1. 2
      utils/define.sh
  2. 2
      utils/md5

@ -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

@ -1,4 +1,4 @@
define.sh:cf246587e7509edd9283cb8e8e4b26cf -
define.sh:3ecab0dffe2adfb950f3eb7c7061b750 -
main.sh:d3d1bd0b56d8114eb7479964227f8576 -
search.sh:81d08f5ff48e8a44b5f68387d426da05 -
.updateDirectories:0ede00461e947494545e694040787b3f -

Loading…
Cancel
Save