Skip to content

Commit

Permalink
install-debian.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmitz2017 committed Jun 30, 2023
1 parent c84eec9 commit 8e995cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ if [ "$install_fodproper" = 0 -a "$install_basesw_python" = 1 ]; then

if [ "$findfix_file_permissions" = 0 ]; then
echo "preparing venv_dir $venv_dir permissions for user $FOD_SYSUSER" 1>&2
id "$FOD_SYSUSER" &>/dev/null || useradd -m "$FOD_SYSUSER"
mkdir -p "$venv_dir"
#find "$venv_dir/" -not -user "$FOD_SYSUSER" -print0 | xargs -0 chown -v "$FOD_SYSUSER:" || true
find "$venv_dir/" -not -group "$FOD_SYSUSER" -print0 | xargs -0 chgrp -v "$FOD_SYSUSER" "$venv_dir" || true
Expand Down

0 comments on commit 8e995cb

Please sign in to comment.