Browse Source

Typo in variable name ...

Alexandre Aubin 5 years ago
parent
commit
e7a7d9bb9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      conf/ynh-vpnclient

+ 1 - 1
conf/ynh-vpnclient

@@ -23,7 +23,7 @@
 
 LOGFILE="/var/log/ynh-vpnclient.log"
 touch $LOGFILE
-chown root:root $LOFILE
+chown root:root $LOGFILE
 chmod 600 $LOGFILE
 
 function success()