Skip to content

Commit 74ce4aa

Browse files
committed
create config out folder if non-existing
1 parent 3a6986e commit 74ce4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

localinstall/scripts/2-install_api.sh

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ mkdir -p docker/redis/data
3030
${SUDO} chmod -R 0777 docker/storage/data
3131
${SUDO} chmod -R 0777 docker/redis/data
3232
# enable ssh and storage nginx
33+
mkdir -p ../../config/out
3334
sed -i 's/^# / /' docker-compose.yaml
3435
if [ -f ../../config/out/ssh.key ]; then
3536
echo "ssh.key already exists"

0 commit comments

Comments
 (0)