make sure we do not initialize Whonix submodules as root

pull/1/head
Jason Mehring 10 years ago
parent 532e31312b
commit fb1a2dbf92

@ -135,7 +135,7 @@ if ! [ -f "$INSTALLDIR/tmp/.prepared_whonix" ]; then
# --------------------------------------------------------------------------
pushd "$WHONIX_DIR"
{
git submodule update --init --recursive;
su $USER -c "git submodule update --init --recursive"
}
popd

Loading…
Cancel
Save