摘要:
#!/bin/sh#获得私有ipip=`ifconfig eth0 | grep 'inet' | awk '{print $2}'` ip1='x.x.x.x' if [ "$ip" == "$ip1" ]; then dir='/home/wwwroot/default/guoyi/Pay/' else dir='/home/web/guoyi/Pay/' fi php ${dir}'i... 阅读全文
posted @ 2017-06-28 19:16
睡着的糖葫芦
阅读(158)
评论(0)
推荐(0)
浙公网安备 33010602011771号