Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
bigswordCN authored Dec 9, 2018
1 parent 7180553 commit 3e25862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fancyss_hnd/shadowsocks/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ echo_date 检测jffs分区剩余空间...
SPACE_AVAL=$(df|grep jffs | awk '{print $4}')
SPACE_NEED=$(du -s /tmp/shadowsocks | awk '{print $1}')
if [ "$SPACE_AVAL" -gt "$SPACE_NEED" ];then
echo_date 当前jffs分区剩余"$SPACE_AVAL" KB, 插件安装需要"$SPACE_NEED" KB,空满满足,继续安装!
echo_date 当前jffs分区剩余"$SPACE_AVAL" KB, 插件安装需要"$SPACE_NEED" KB,空间满足,继续安装!
else
echo_date 当前jffs分区剩余"$SPACE_AVAL" KB, 插件安装需要"$SPACE_NEED" KB,空间不足!
echo_date 退出安装!
Expand Down

0 comments on commit 3e25862

Please sign in to comment.