Would it be possible to extend this script so that multiple Mautic instances are created at once? ``` COUNTRIES=( 'de' 'en' ) for i in "${COUNTRIES[@]}" do ... {add your script} done ``` This format would work with 1 instance but also multiple...
Would it be possible to extend this script so that multiple Mautic instances are created at once?
This format would work with 1 instance but also multiple...