Skip to content

Commit 2c0b4d5

Browse files
author
Hauke Ingwersen
committed
fix startup-commands typo
1 parent ab4fac0 commit 2c0b4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/app/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "create storage symlink..."
1515
su www-data -s /bin/sh -c "php artisan storage:link -q"
1616

1717
# startup commands
18-
php /usr/local/bin/startup_commands.php | bash
18+
php /usr/local/bin/startup-commands.php | bash
1919

2020
cd /opt/app
2121

0 commit comments

Comments
 (0)