Skip to content

Commit

Permalink
build: fix remove user from sudoers in script
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 5, 2023
1 parent 1ecba95 commit 06af28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ install_fmtm() {
run_compose_stack
final_output

if [ $RUN_AS_ROOT == true ]; then
if [[ "$RUN_AS_ROOT" == "true" ]]; then
# Remove from sudoers
sudo rm /etc/sudoers.d/fmtm-sudoers
fi
Expand Down

0 comments on commit 06af28f

Please sign in to comment.