Browse Source

Update dependencies. php-fpm instead of php7.0-fpm.

Ref #73
https://github.com/labriqueinternet/vpnclient_ynh/issues/73
pitchum 4 years ago
parent
commit
ce8f1dcd30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/_common.sh

+ 1 - 1
scripts/_common.sh

@@ -3,7 +3,7 @@
 # Common variables and helpers
 #
 
-pkg_dependencies="php7.0-fpm sipcalc dnsutils openvpn curl fake-hwclock"
+pkg_dependencies="php-fpm sipcalc dnsutils openvpn curl fake-hwclock"
 
 service_name="ynh-vpnclient"
 service_checker_name=$service_name"-checker"