aboutsummaryrefslogtreecommitdiff
path: root/system/asus-fanmode/doinst.sh
blob: d2aaeff119958d7ff9683da397637766ead5c050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $RCSfile: doinst.sh,v $
# $Revision: 1.9 $
# $Date: 2023-05-11 07:58:15+01 $
# DW

config() {
  NEW="$1"
  OLD="$(dirname $NEW)/$(basename $NEW .new)"
  if [ ! -r $OLD ]; then
    mv $NEW $OLD
  elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
    rm $NEW
  fi
}

config etc/asus_fanmode.conf.new