Skip to content

Commit 55c9d3f

Browse files
committed
fix writing of 50_stack_sh in sudoers
1 parent df47967 commit 55c9d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ if [[ $EUID -eq 0 ]]; then
6161
fi
6262

6363
echo "Giving stack user passwordless sudo priviledges"
64-
( umask 226 && echo "stack ALL=(ALL) NOPASSWD: ALL" \
65-
>> /etc/sudoers.d/50_stack_sh )
64+
( umask 226 && echo "stack ALL=(ALL) NOPASSWD:ALL" \
65+
> /etc/sudoers.d/50_stack_sh )
6666

6767
echo "Copying files to stack user"
6868
STACK_DIR="/home/stack/${PWD##*/}"

0 commit comments

Comments
 (0)