Skip to content
Snippets Groups Projects
Commit d132e19f authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Make jail dist-upgrade run on non-interactive mode

parent 98899bcb
No related branches found
No related tags found
No related merge requests found
......@@ -175,6 +175,7 @@ do
mv \$i \$i.real
cp /bin/true \$i
done
export DEBIAN_FRONTEND=noninteractive
apt-get --force-yes -y dist-upgrade
umount /proc
EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment