mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-08-20 10:50:06 +02:00
fixed reverse-proxy-config
This commit is contained in:
parent
dd6fa672e8
commit
c39f4d4bfb
@ -4,7 +4,7 @@ containerName=reverse-proxy
|
||||
srcConfigPath=/etc/kaido/containers/$containerName/config
|
||||
dstConfigPath=/mnt/storage/containers/$containerName/config
|
||||
|
||||
if [ -d $srcConfigPath ]; then
|
||||
if [ ! -d $srcConfigPath ]; then
|
||||
echo "Failed config: reverse-proxy"
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user