Skip to content

Commit

Permalink
Update install-local.sh
Browse files Browse the repository at this point in the history
correct permissions  for files in /etc/sudoers.d/
  • Loading branch information
test-erik authored Sep 8, 2021
1 parent 04a8d5e commit ec5d200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bbb-libreoffice/install-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ FILE_SUDOERS_CHECK=`[ -f /etc/sudoers.d/zzz-bbb-docker-libreoffice ] && echo 1 |
if [ "$FILE_SUDOERS_CHECK" = "0" ]; then
echo "Sudoers file doesn't exists, installing"
cp assets/zzz-bbb-docker-libreoffice /etc/sudoers.d/zzz-bbb-docker-libreoffice
chmod 0440 /etc/sudoers.d/zzz-bbb-docker-libreoffice
else
echo "Sudoers file already exists"
fi;
Expand Down

0 comments on commit ec5d200

Please sign in to comment.