Browse Source

typo in function name

HgO 1 week ago
parent
commit
8734ffb2dd
1 changed files with 1 additions and 1 deletions
  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