]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
testing: Fix status output in build-baseimage script
authorReto Buerki <reet@codelabs.ch>
Thu, 28 Nov 2013 12:51:33 +0000 (13:51 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 4 Dec 2013 09:42:03 +0000 (10:42 +0100)
testing/scripts/build-baseimage

index 354b48bd7b2e0db857de14fa0e3e7aebbea9da8e..b6b8854ab57c157996fe79aec441b9291568c542 100755 (executable)
@@ -68,7 +68,7 @@ do_on_exit graceful_umount $APTCACHE
 log_action "Running debootstrap ($BASEIMGSUITE, $BASEIMGARCH)"
 execute "debootstrap --arch=$BASEIMGARCH --include=$INC $BASEIMGSUITE $LOOPDIR $BASEIMGMIRROR"
 
-execute "mount -t proc none $LOOPDIR/proc"
+execute "mount -t proc none $LOOPDIR/proc" 0
 do_on_exit graceful_umount $LOOPDIR/proc
 
 for service in $SERVICES