|
- 16 startdefault=0
- 17 CONFIG_FILE=/etc/vf.config
- 18 if [ ! -e $CONFIG_FILE ]; then
- 19 echo -n $"$CONFIG_FILE does not exist, vf driver is startting with default setting."
- 20 $startdefault=1
- 21 fi
复制代码
- [root@localhost VD_IMG]# /bin/sh ./hehe
- ./hehe: line 21: syntax error near unexpected token 'fi'
- ./hehe: line 21: `fi'
复制代码
我看不出哪裏有錯誤啊,大大們幫我看看,謝謝~~~ |
|