diff options
Diffstat (limited to 'network/offlineimap/doinst.sh')
-rw-r--r-- | network/offlineimap/doinst.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/offlineimap/doinst.sh b/network/offlineimap/doinst.sh index b1937e0c7d..26d94b2302 100644 --- a/network/offlineimap/doinst.sh +++ b/network/offlineimap/doinst.sh @@ -1,3 +1,4 @@ +#!/bin/sh config() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" @@ -10,4 +11,5 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } + config etc/offlineimap.conf.new |