Bugfix for provision.bash

This commit is contained in:
Radon Rosborough 2021-03-14 16:12:43 -07:00
parent 920d58b781
commit e2fa09df47
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
set -euo pipefail set -euo pipefail
mkdir /tmp/riju mkdir /tmp/riju-work
pushd /tmp/riju pushd /tmp/riju-work
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
@ -69,4 +69,4 @@ sudo systemctl enable riju
sudo passwd -l ubuntu sudo passwd -l ubuntu
popd popd
rm -rf /tmp/riju rm -rf /tmp/riju-work