Skip to content
Snippets Groups Projects
Commit 1e21edb3 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'backup-single-db' into 'master'

FIX localdump call with ALL from backup.sh

See merge request !157
parents 9cdcbbb8 cf3427aa
Branches
No related tags found
1 merge request!157FIX localdump call with ALL from backup.sh
...@@ -462,6 +462,7 @@ EOH ...@@ -462,6 +462,7 @@ EOH
profiles2run=$(get_database_profiles) profiles2run=$(get_database_profiles)
echo "INFO: Calling local backup scripts for all active profiles" echo "INFO: Calling local backup scripts for all active profiles"
echo "$profiles2run" | nl echo "$profiles2run" | nl
shift 1
else else
profiles2run=$* profiles2run=$*
echo "INFO: I try to dump the profiles you gave as parameter: $profiles2run" echo "INFO: I try to dump the profiles you gave as parameter: $profiles2run"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment