#!/bin/bash set -euo pipefail sed -ri 's;^(aur_location).*;\1 = https://127.0.0.1:8444;' /aurweb/conf/config exec "$@"