mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Install JS dependencies (#154)
* INSTALL JS DEPENDENCIES * Update install
This commit is contained in:
parent
f29e072c22
commit
60b081c5d3
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ ynh_replace_string --match_string="^\s*// installed plugins" --replace_string="&
|
||||||
|
|
||||||
# Update javascript dependencies
|
# Update javascript dependencies
|
||||||
(cd "$final_path"
|
(cd "$final_path"
|
||||||
/usr/bin/php$phpversion -q ./bin/update.sh -v ?)
|
/usr/bin/php$phpversion -q ./bin/install-jsdeps.sh -v ?)
|
||||||
|
|
||||||
# Store the config file checksum into the app settings
|
# Store the config file checksum into the app settings
|
||||||
ynh_store_file_checksum --file="$final_path/config/config.inc.php"
|
ynh_store_file_checksum --file="$final_path/config/config.inc.php"
|
||||||
|
|
Loading…
Reference in a new issue