Compare commits
1 Commits
220e756866
...
caa4ea97ea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
caa4ea97ea |
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
createDestinations() {
|
||||
for destination in ${destinations[@]}
|
||||
for destination in ${!destinationpath[@]}
|
||||
do
|
||||
if ! [ -d "${destinationpath["$destination"]}" ]
|
||||
then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user