Преглед изворни кода

Instructions to make cron file executable.

Dan Helfman пре 8 година
родитељ
комит
f5abe05ce9
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -180,6 +180,7 @@ file](https://torsion.org/hg/borgmatic/raw-file/tip/sample/cron/borgmatic).
 Then, from the directory where you downloaded it:
 Then, from the directory where you downloaded it:
 
 
     sudo mv borgmatic /etc/cron.d/borgmatic
     sudo mv borgmatic /etc/cron.d/borgmatic
+    sudo chmod +x /etc/cron.d/borgmatic
 
 
 You can modify the cron file if you'd like to run borgmatic more or less frequently.
 You can modify the cron file if you'd like to run borgmatic more or less frequently.