Explorar el Código

Remove extra space (#4075)

Jaap Marcus hace 2 años
padre
commit
3dfe32cc5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/v-add-user-sftp-key

+ 1 - 1
bin/v-add-user-sftp-key

@@ -70,7 +70,7 @@ fi
 
 #
 chown ${user}: "${AUTHKEY_FILE}"
-chown "hestiaweb" : "${PRVKEY_FILE}"
+chown "hestiaweb": "${PRVKEY_FILE}"
 
 #----------------------------------------------------------#
 #                       Hestia                             #