summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 22:52:13 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 22:52:13 +0100
commit74cc97dabfc10262ba0dd22a643ef41e13fd4261 (patch)
treeab367ca8081f9340acc454df0d7bfcd205bff28c /bin/live-build.sh
parent823c5afd5576e7aac597178959009f8c2b946d5d (diff)
downloadjenkins.debian.net-74cc97dabfc10262ba0dd22a643ef41e13fd4261.tar.xz
live: use sudo properly
Diffstat (limited to 'bin/live-build.sh')
-rwxr-xr-xbin/live-build.sh2
1 files changed, 1 insertions, 1 deletions
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