mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
fix: fix Redis RDB snapshot permission error
This commit is contained in:
4
init.sh
4
init.sh
@@ -7,4 +7,8 @@ php artisan xboard:install
|
||||
|
||||
if [ -f "/etc/init.d/bt" ] || [ -f "/.dockerenv" ]; then
|
||||
chown -R www:www $(pwd);
|
||||
fi
|
||||
|
||||
if [ -d ".docker/.data" ]; then
|
||||
chmod -R 777 .docker/.data
|
||||
fi
|
||||
Reference in New Issue
Block a user