Skip to content

Commit

Permalink
Merge pull request #15 from ProxeusApp/update-demo-workflow
Browse files Browse the repository at this point in the history
Update demo workflow
  • Loading branch information
proxeus-github authored Sep 26, 2019
2 parents 5fc6124 + bea5c32 commit eb20cc7
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ case "$1" in

if [ $? != 0 ]; then
echo "Create cron task to clean environment every 3 days"
/bin/echo "* * */3 * * root "$RESTORE_COMMAND" >/dev/null 2>&1" >> $CRON_FILE
/bin/echo "* 23 * * 3 root "$RESTORE_COMMAND" >/dev/null 2>&1" >> $CRON_FILE
fi
;;

Expand Down
Binary file modified demo/restore_db/cache
Binary file not shown.
Binary file not shown.
Binary file modified demo/restore_db/document_template/document_templates
Binary file not shown.
Binary file modified demo/restore_db/form/forms
Binary file not shown.
Binary file modified demo/restore_db/i18n
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified demo/restore_db/sessions/sessions
Binary file not shown.
Binary file modified demo/restore_db/signaturerequests/signaturerequestsdb
Binary file not shown.
Binary file modified demo/restore_db/user/users
Binary file not shown.
Binary file modified demo/restore_db/userdata/usrdb
Binary file not shown.
Binary file modified demo/restore_db/workflow/workflows
Binary file not shown.
Binary file modified demo/restore_db/workflowpayments/workflowpaymentsdb
Binary file not shown.

0 comments on commit eb20cc7

Please sign in to comment.