From b43588d32089fcd6d20e79a9984179be12e98e36 Mon Sep 17 00:00:00 2001 From: Shleeble Date: Mon, 22 Apr 2019 10:36:58 +0800 Subject: [PATCH] Update start.sh --- contrib/docker/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/start.sh b/contrib/docker/start.sh index 27fb0cfe5..3468f519c 100755 --- a/contrib/docker/start.sh +++ b/contrib/docker/start.sh @@ -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