Bump the revision number
[backups/.git] / scripts / eject-disk.sh
index 32220f1bfaa5f0bdf96e9d04da81d8bc11d73e4e..811a4569bbdf0cab3ed6f84260092ba7c38543d2 100755 (executable)
@@ -2,8 +2,12 @@
 
 export PATH=$(dirname $0):/bin:/usr/bin:/sbin
 
+# source the default configuration
 . config.sh
 
+# source the system specific configuration
+[ -f /etc/lsbackups.conf ] && . /etc/lsbackups.conf
+
 eject $dev
 
 rm -f $noburnfile