Adapted scripts to new base frame

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2020-05-03 20:16:46 +02:00
parent 9d8dfd33a0
commit 60c9ce8a0f
4 changed files with 20 additions and 21 deletions

View File

@@ -2,5 +2,5 @@
# Executes all scripts which are necessary to backup data
# @author Kevin Veen-Birkenbach [aka. Frantz]
source "$(dirname "$(readlink -f "${0}")")/../base.sh" || (echo "Loading base.sh failed." && exit 1)
bash "$SCRIPT_PATH/import-data-from-system.sh"
bash "$SCRIPT_PATH/push-local-repositories.sh"
bash "$SCRIPT_PATH""client/import-data-from-system.sh"
bash "$SCRIPT_PATH""client/push-local-repositories.sh"