Sfoglia il codice sorgente

update gdskillsday1.sh.

xdc 5 anni fa
parent
commit
d27287cf0b
1 ha cambiato i file con 0 aggiunte e 18 eliminazioni
  1. 0 18
      gdskillsday1.sh

+ 0 - 18
gdskillsday1.sh

@@ -80,25 +80,7 @@ cd /mnt/v1
 aws lambda update-function-code --function-name hehe-la --zip-file fileb://function.zip
 
 
-
-
-touch /mnt/v1/refund.sh
-cat > /mnt/v1/refund.sh <<EOD
-#!/bin/bash
-while :
-do
-refund=\`tail -n 300 /mnt/v1/server.log|grep Refund|awk '{print \$6}'|sort|uniq\`
-for id in \$refund
-do
-curl -i -H "Accept:application/json" -X POST -d "{\"user_id\":855,\"game_id\":177,\"refund_id\":\"\${id}\"}" http://onlyellow.cstor.cn:18888/launch_refund
-done
-sleep 5
-done
-EOD
-
-
 systemctl restart awslogsd
 systemctl restart docker
 chmod -R 777 /mnt/v1
-
 /server /conf.toml