diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |