Try to get hostname.
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Tue, 28 Oct 2014 15:01:50 +0000 (16:01 +0100)
committerValentin Vidic <Valentin.Vidic@CARNet.hr>
Tue, 28 Oct 2014 15:01:50 +0000 (16:01 +0100)
debian/config

index 73c4f4c..bd7a5fc 100644 (file)
@@ -4,7 +4,7 @@ set -e
 . /usr/share/debconf/confmodule
 
 # Guess default hostname
-HOST=$( hostname -f )
+HOST=$( hostname -f || true )
 db_get bacula-cn/hostname || true
 if [ -z "$RET" ]; then
     db_set bacula-cn/hostname "$HOST"