2012年1月1日 星期日

ubuntu和B2D學務系統更新程式碼

#vi upsfs3.sh

設定upsfs3.sh內容如下:

#! /bin/sh

SFS_PATH="/var/www/sfs3"

rm -rf /tmp/sfs*

cd /tmp

wget http://sfscvs.tc.edu.tw/sfs_stable5.tar.gz

tar zxvf /tmp/sfs_stable5.tar.gz

cp -r /tmp/sfs3_stable/* $SFS_PATH/

rm -f $SFS_PATH/install.php

打好之後存檔。

# chmod 755 upsfs3.sh

# ./upsfs3.sh

沒有留言:

張貼留言