瀏覽代碼

Do an initial backup

Bob Mottram 10 年之前
父節點
當前提交
e8f38aa6da
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      install-freedombone.sh

+ 3
- 0
install-freedombone.sh 查看文件

5374
   echo 'exit 0' >> /etc/cron.daily/github
5374
   echo 'exit 0' >> /etc/cron.daily/github
5375
   chmod +x /etc/cron.daily/github
5375
   chmod +x /etc/cron.daily/github
5376
 
5376
 
5377
+  # do an initial backup
5378
+  /etc/cron.daily/github
5379
+
5377
   echo 'backup_github_projects' >> $COMPLETION_FILE
5380
   echo 'backup_github_projects' >> $COMPLETION_FILE
5378
 }
5381
 }
5379
 
5382