Commit ba89ed3 rotimi
committed
1 parent 515168b commit ba89ed3 Copy full SHA for ba89ed3
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
" @php -r \" file_exists('./config/ini-settings.php') || copy('./config/ini-settings-dist.php', './config/ini-settings.php');\" " ,
46
46
" @php -r \" file_exists('./config/dependencies.php') || copy('./config/dependencies-dist.php', './config/dependencies.php');\" " ,
47
47
" @php -r \" file_exists('./config/app-settings.php') || copy('./config/app-settings-dist.php', './config/app-settings.php');\" " ,
48
- " @php -r \" file_exists('./public/index.php') || copy('./config /index-dist.php', './config /index.php');\" "
48
+ " @php -r \" file_exists('./public/index.php') || copy('./public /index-dist.php', './public /index.php');\" "
49
49
],
50
50
"post-update-cmd" : [
51
51
" @php -r \" file_exists('./config/env.php') || copy('./config/env-dist.php', './config/env.php');\" " ,
52
52
" @php -r \" file_exists('./config/routes-and-middlewares.php') || copy('./config/routes-and-middlewares-dist.php', './config/routes-and-middlewares.php');\" " ,
53
53
" @php -r \" file_exists('./config/ini-settings.php') || copy('./config/ini-settings-dist.php', './config/ini-settings.php');\" " ,
54
54
" @php -r \" file_exists('./config/dependencies.php') || copy('./config/dependencies-dist.php', './config/dependencies.php');\" " ,
55
55
" @php -r \" file_exists('./config/app-settings.php') || copy('./config/app-settings-dist.php', './config/app-settings.php');\" " ,
56
- " @php -r \" file_exists('./public/index.php') || copy('./config /index-dist.php', './config /index.php');\" "
56
+ " @php -r \" file_exists('./public/index.php') || copy('./public /index-dist.php', './public /index.php');\" "
57
57
]
58
58
},
59
59
"suggest" : {
You can’t perform that action at this time.
0 commit comments