Compare commits

..

1 Commits

Author SHA1 Message Date
Vincent Riquer
caa4ea97ea Treat destination in the order they are declared 2025-01-21 01:52:23 +01:00

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
createDestinations() { createDestinations() {
for destination in ${destinations[@]} for destination in ${!destinationpath[@]}
do do
if ! [ -d "${destinationpath["$destination"]}" ] if ! [ -d "${destinationpath["$destination"]}" ]
then then