Explorar el Código

corrected typo: chown instead of chown

Serghey Rodin hace 12 años
padre
commit
f3ec3bb7aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      func/main.sh

+ 1 - 1
func/main.sh

@@ -493,7 +493,7 @@ sync_cron_jobs() {
     done < $USER_DATA/cron.conf
 
     # Set proper permissions
-    chow 600 $sys_cron
+    chown 600 $sys_cron
 }