mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update start.sh
This commit is contained in:
parent
1ee7e776a1
commit
b43588d320
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Create the storage tree if needed and fix permissions
|
# 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/
|
chown -R www-data:www-data storage/ bootstrap/
|
||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue