Skip to content

Commit 3c8f6f5

Browse files
Matthias Rottländerkiview
authored andcommitted
🚑 transform project name to lower case
docker-compose transforms the project directory to lower case for the project prefix. Thus, to avoid unexpected behaviour, any given project name will be transformed to lower case as well.
1 parent 186a55f commit 3c8f6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_volume_backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
compose_file_path=$1
4-
project_name=$2
4+
project_name=${2,,}
55
backup_path=$3
66
backup_or_restore=$4
77
restore_date=$5

0 commit comments

Comments
 (0)