mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Forgot double quotes
This commit is contained in:
parent
f8737de518
commit
fc43a4e397
3 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@ ynh_app_setting_set $app database $database
|
|||
#=================================================
|
||||
# INSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
pkg_dependencies=php5-cli php5-imagick php5-gd php5-mcrypt
|
||||
pkg_dependencies="php5-cli php5-imagick php5-gd php5-mcrypt"
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
pkg_dependencies="$pkg_dependencies php-xml"
|
||||
fi
|
||||
|
|
|
@ -84,7 +84,7 @@ ynh_restore_file "/etc/php5/fpm/conf.d/20-$app.ini"
|
|||
# REINSTALL DEPENDENCIES
|
||||
#=================================================
|
||||
|
||||
pkg_dependencies=php5-cli php5-imagick php5-gd php5-mcrypt
|
||||
pkg_dependencies="php5-cli php5-imagick php5-gd php5-mcrypt"
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
pkg_dependencies="$pkg_dependencies php-xml"
|
||||
fi
|
||||
|
|
|
@ -125,7 +125,7 @@ ynh_use_logrotate "$final_path/php.log" --non-append
|
|||
sed -i "s@YNH_WWW_PATH@$final_path@g" ../conf/poller-cron
|
||||
sudo cp ../conf/poller-cron /etc/cron.d/$app
|
||||
|
||||
pkg_dependencies=php5-cli php5-imagick php5-gd php5-mcrypt
|
||||
pkg_dependencies="php5-cli php5-imagick php5-gd php5-mcrypt"
|
||||
if [ "$(lsb_release --codename --short)" != "jessie" ]; then
|
||||
pkg_dependencies="$pkg_dependencies php-xml"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue