1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-15 08:29:12 +00:00

Update start.sh

This commit is contained in:
Shleeble 2019-04-22 10:36:58 +08:00 committed by GitHub
parent 1ee7e776a1
commit b43588d320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Create the storage tree if needed and fix permissions
#cp -r storage.skel/* storage/
cp -r storage.skel/* storage/
chown -R www-data:www-data storage/ bootstrap/
php artisan storage:link