Do an initial backup
This commit is contained in:
parent
e1c8eaa2cf
commit
e8f38aa6da
|
@ -5374,6 +5374,9 @@ function backup_github_projects {
|
||||||
echo 'exit 0' >> /etc/cron.daily/github
|
echo 'exit 0' >> /etc/cron.daily/github
|
||||||
chmod +x /etc/cron.daily/github
|
chmod +x /etc/cron.daily/github
|
||||||
|
|
||||||
|
# do an initial backup
|
||||||
|
/etc/cron.daily/github
|
||||||
|
|
||||||
echo 'backup_github_projects' >> $COMPLETION_FILE
|
echo 'backup_github_projects' >> $COMPLETION_FILE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue