Ver Fonte

corrected typo: chown instead of chown

Serghey Rodin há 12 anos atrás
pai
commit
f3ec3bb7aa
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 }