Add check for lxc-attach
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Jun 2015 13:08:12 +0000 (13:08 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 29 Jun 2015 13:08:12 +0000 (13:08 +0000)
id-deb-build/id-pbuild.sh

index 8e07f24..8c76b9e 100755 (executable)
@@ -40,7 +40,10 @@ done
 if test "$do_help" = "yes"; then
     usage 1 1>&2
 fi
-
+if test ! -x /usr/bin/lxc-attach; then
+    echo "No lxc-attach. Probably not running on mochi!!"
+    exit 1
+fi
 if test -f IDMETA;  then
     . ./IDMETA
 else