* change setpath.sh for set ztcli.sh.

This commit is contained in:
wangyidong
2013-01-09 03:09:42 +00:00
parent 647a422fdc
commit 5d44a35bfc
+2
View File
@@ -11,6 +11,8 @@ if [ -f $phpPath ]; then
sed -i "1,2s/^[^ ]*php[^ ]* /$phpPath /g" ./$filename
fi
done
echo "Change ../ztcli.sh"
sed -i "1,2s/^[^ ]*php[^ ]* /$phpPath /g" ../ztcli.sh
echo "Success"
else
echo "Error path for PHP"