From 74cc97dabfc10262ba0dd22a643ef41e13fd4261 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 1 Jan 2015 22:52:13 +0100 Subject: live: use sudo properly --- bin/live-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/live-build.sh') diff --git a/bin/live-build.sh b/bin/live-build.sh index 337185e8..e7163eae 100755 --- a/bin/live-build.sh +++ b/bin/live-build.sh @@ -24,7 +24,7 @@ case "$2" in ;; *) ;; esac -lb build +sudo lb build ls -la *.iso || true mkdir -p /srv/live-build/results cp *.iso /srv/live-build/results -- cgit v1.2.3-54-g00ecf