grep -v was removed at vpn
This commit is contained in:
@@ -106,7 +106,7 @@ install_additionals() {
|
||||
if [[ "$VPN_PROXY" == "YES" || "$VPN_PROXY" == "TRUE" ]]; then
|
||||
cp -av /tmp/$VPN_PROXY_REPO/*.json $SERVICE_DIR/
|
||||
|
||||
VPN_VOLUMES=$(jq -r .containers[0].VOLUMES[0].SOURCE $SERVICE_DIR/vpn-proxy.json |grep -v '\.')
|
||||
VPN_VOLUMES=$(jq -r .containers[0].VOLUMES[0].SOURCE $SERVICE_DIR/vpn-proxy.json)
|
||||
VOLUME=$(dirname $VPN_VOLUMES);
|
||||
mkdir -p $VOLUME;
|
||||
fi
|
||||
|
Reference in New Issue
Block a user