aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 23fae65..a5d38c5 100755
--- a/config
+++ b/config
@@ -44,7 +44,7 @@ voerbak() {
}
customize_config() {
- sed "s/{{ connect4_dir }}/${CONNECT4_WEB_ROOT}/g" -i ./api.systemd.conf
+ sed "s#{{ connect4_dir }}#$CONNECT4_WEB_ROOT#g" -i ./api.systemd.conf
sed "s/{{ connect4_user }}/$(whoami)/g" -i ./api.systemd.conf
sed "s/user nobody/user $(whoami)/" -i ./nginx.conf
}