diff options
Diffstat (limited to 'feroxbuster/doinst.sh')
| -rw-r--r-- | feroxbuster/doinst.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/feroxbuster/doinst.sh b/feroxbuster/doinst.sh deleted file mode 100644 index 82fe0c0..0000000 --- a/feroxbuster/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then - # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -config etc/feroxbuster/ferox-config.toml.new |
