We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df47967 commit 55c9d3fCopy full SHA for 55c9d3f
stack.sh
@@ -61,8 +61,8 @@ if [[ $EUID -eq 0 ]]; then
61
fi
62
63
echo "Giving stack user passwordless sudo priviledges"
64
- ( umask 226 && echo "stack ALL=(ALL) NOPASSWD: ALL" \
65
- >> /etc/sudoers.d/50_stack_sh )
+ ( umask 226 && echo "stack ALL=(ALL) NOPASSWD:ALL" \
+ > /etc/sudoers.d/50_stack_sh )
66
67
echo "Copying files to stack user"
68
STACK_DIR="/home/stack/${PWD##*/}"
0 commit comments