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