mailcow dockerized
This commit is contained in:
8
build-all.sh
Executable file
8
build-all.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
/bin/bash build-network.sh
|
||||
for buildx in $(ls build-*.sh | grep -vE "all|network"); do
|
||||
echo "Starting build file ${buildx} ..."
|
||||
/bin/bash ${buildx}
|
||||
done
|
||||
/bin/bash fix-permissions.sh
|
Reference in New Issue
Block a user