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
createDestinations() {
for destination in ${destinations[@]}
for destination in ${!destinationpath[@]}
do
if ! [ -d "${destinationpath["$destination"]}" ]
then