Update reply_post

master
89wc 2023-09-04 19:59:57 +00:00
parent 69d0c479aa
commit 3581f95850
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
pid="${1}"; # post id passed from run.sh
url="${2}"; # new url passed from run.sh
pid="${1}"; # post id passed from run
url="${2}"; # new url passed from run
RDR_AUTH=$(cat ./conf/auth.token);