mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Fix
This commit is contained in:
parent
e23df49ac4
commit
dbc4f5e1d2
2 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,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 -q ./bin/install-jsdeps.sh)
|
/usr/bin/php$phpversion -q ./bin/install-jsdeps.sh)
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
|
@ -260,7 +260,7 @@ then
|
||||||
|
|
||||||
# Update JavaScript dependencies
|
# Update JavaScript dependencies
|
||||||
(cd "$final_path"
|
(cd "$final_path"
|
||||||
/usr/bin/php -q ./bin/install-jsdeps.sh)
|
/usr/bin/php$phpversion -q ./bin/install-jsdeps.sh)
|
||||||
|
|
||||||
# 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…
Add table
Reference in a new issue