We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6986e commit 74ce4aaCopy full SHA for 74ce4aa
localinstall/scripts/2-install_api.sh
@@ -30,6 +30,7 @@ mkdir -p docker/redis/data
30
${SUDO} chmod -R 0777 docker/storage/data
31
${SUDO} chmod -R 0777 docker/redis/data
32
# enable ssh and storage nginx
33
+mkdir -p ../../config/out
34
sed -i 's/^# / /' docker-compose.yaml
35
if [ -f ../../config/out/ssh.key ]; then
36
echo "ssh.key already exists"
0 commit comments