Minor changes.
This commit is contained in:
@@ -48,9 +48,11 @@ do_proxy_restart() {
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
# in case of new proxy configuration generated needed to copy the domain name to the configs file.then remove new_config flag.
|
||||||
cat $PROXY_CONFIG_DIR/new_config >> $PROXY_CONFIG_DIR/configs
|
if [[ -f $PROXY_CONFIG_DIR/new_config ]] ; then
|
||||||
rm $PROXY_CONFIG_DIR/new_config
|
cat $PROXY_CONFIG_DIR/new_config >> $PROXY_CONFIG_DIR/config;
|
||||||
|
rm $PROXY_CONFIG_DIR/new_config;
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
check_domain() {
|
check_domain() {
|
||||||
|
Reference in New Issue
Block a user