diff --git a/scr/2b_postgrest_service.sh b/scr/2b_postgrest_service.sh index 8124078..64fb444 100644 --- a/scr/2b_postgrest_service.sh +++ b/scr/2b_postgrest_service.sh @@ -12,7 +12,7 @@ then cd /tmp # fwd service - wget -O postgrest.service https://gi.op.fo/fro/srv-pub/raw/branch/trunk/cfg/pgr/postgrest_fwd.service + wget -O postgrest_fwd.service https://gi.op.fo/fro/srv-pub/raw/branch/trunk/cfg/pgr/postgrest_fwd.service cp postgrest_fwd.service /etc/systemd/system/ systemctl enable postgrest_fwd @@ -21,7 +21,7 @@ then # boquete marketplace service - #wget -O postgrest.service https://gi.op.fo/fro/srv-pub/raw/branch/trunk/cfg/pgr/postgrest_bm.service + #wget -O postgrest_bm.service https://gi.op.fo/fro/srv-pub/raw/branch/trunk/cfg/pgr/postgrest_bm.service #cp postgrest_bm.service /etc/systemd/system/ #systemctl enable postgrest_bm