Skip to content

Commit

Permalink
Move migrate script due to it being deleted by folder mount
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Nov 16, 2023
1 parent 732aed3 commit 48b6f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sleep 1
/usr/local/bin/php /var/www/html/endpoints/cronjobs/createdatabase.php

# Perform any database migrations
/usr/local/bin/php /var/www/html/db/migrate.php
/usr/local/bin/php /var/www/html/endpoints/db/migrate.php

# Change permissions on the database directory
chmod -R 755 /var/www/html/db/
Expand Down

0 comments on commit 48b6f98

Please sign in to comment.