From c66fb8ec9eba761da8800134cc80733e1bf7a22b Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 16 Jan 2017 23:52:38 +0100 Subject: * script to renew FB user token --- bin/fb-user-token.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/fb-user-token.sh (limited to 'bin/fb-user-token.sh') diff --git a/bin/fb-user-token.sh b/bin/fb-user-token.sh new file mode 100755 index 0000000..c0ad09f --- /dev/null +++ b/bin/fb-user-token.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cd /srv/websites/rss.emkael.info +php bin/fb-user-token.php | json_pp > config/temp.json +mv config/temp.json config/facebook.json -- cgit v1.2.3