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.
2 parents 19ed38f + 2251542 commit 3724ffaCopy full SHA for 3724ffa
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