We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66ad1 commit 2251542Copy full SHA for 2251542
composer.json
@@ -51,7 +51,7 @@
51
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
52
"php -r \"file_exists('storage/tg-event.json') || copy('config/jsons/tg-event.json', 'storage/tg-event.json');\"",
53
"php -r \"file_exists('storage/tg-setting.json') || copy('config/jsons/tg-setting.json', 'storage/tg-setting.json');\"",
54
- "chmod -R 777 storage"
+ "chmod -R 777 storage/*.json"
55
],
56
"post-update-cmd": [
57
0 commit comments