Parcourir la source

typo in function name

HgO il y a 1 semaine
Parent
commit
8734ffb2dd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      scripts/upgrade

+ 1 - 1
scripts/upgrade

@@ -82,7 +82,7 @@ if [[ -e "/var/log/ynh-vpnclient.log" ]]; then
 fi
 # Fixing incorrect logrotate config
 if grep -q -e "/var/log/ynh-vpnclient.log" -e "/var/log/openvpn-client.log" "/etc/logrotate.d/$app"; then
-  ynh_config_rm_logrotate
+  ynh_config_remove_logrotate
   chmod 0755 /var/log
   chown root:root /var/log
 fi