Skip to content

Commit

Permalink
Update tokenserver-data/scripts/entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mooleshacat committed Nov 20, 2024
1 parent 8989531 commit 74eff26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tokenserver-data/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ if [[ -f /run/secrets/tokenserver-root-password ]]; then

fi

# chown so we can ensure the servers can start without errors
chown -R redis: /var/lib/redis/
chown -R www-data: /var/www/html/

# initialize services
/etc/init.d/ssh start &
/etc/init.d/redis-server start &
Expand Down

0 comments on commit 74eff26

Please sign in to comment.