Skip to content

Commit

Permalink
Merge pull request #29 from GeoNode/patch_entrypoint
Browse files Browse the repository at this point in the history
Update entrypoint.sh
  • Loading branch information
giohappy authored Oct 10, 2023
2 parents 9939e33 + 3e4d11a commit 7d75afc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ invoke () {
echo "$@ tasks done"
}

# Start cron && memcached services
# Start cron services
service cron restart
service memcached restart

echo $"\n\n\n"
echo "-----------------------------------------------------"
Expand Down

0 comments on commit 7d75afc

Please sign in to comment.