Explorar o código

corrected typo: chown instead of chown

Serghey Rodin %!s(int64=12) %!d(string=hai) anos
pai
achega
f3ec3bb7aa
Modificáronse 1 ficheiros con 1 adicións e 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
 }