mirror of
https://github.com/YunoHost-Apps/snipeit_ynh.git
synced 2024-09-03 20:26:16 +02:00
Please no more escaping quotes ...
This commit is contained in:
parent
baa9700502
commit
a4608186b2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ ynh_script_progression --message="Installing Composer..." --weight=15
|
||||||
# Install composer
|
# Install composer
|
||||||
ynh_install_composer
|
ynh_install_composer
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"
|
ynh_exec_warn_less ynh_composer_exec --commands="dump-autoload"
|
||||||
|
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
php$phpversion artisan migrate -n --force
|
php$phpversion artisan migrate -n --force
|
||||||
|
|
Loading…
Add table
Reference in a new issue