Browse Source

Do an initial backup

Bob Mottram 10 years ago
parent
commit
e8f38aa6da
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      install-freedombone.sh

+ 3
- 0
install-freedombone.sh View File

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