Skip to content

Commit

Permalink
ci: fix sandbox start.sh memcached user
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Aug 8, 2023
1 parent 91f6b9a commit 5de4c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/deploy-to-container/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ -n "$PGHOST" ]; then
fi

echo "Starting memcached..."
/usr/bin/memcached -d
/usr/bin/memcached -d -u root

echo "Running Datatracker checks..."
./ietf/manage.py check
Expand Down

0 comments on commit 5de4c0b

Please sign in to comment.