YeLee / weather

Yet another weather OpenWeather
1 stars 1 forks source link

weather_config/newCityList.sh : 4 Bad substitution #1

Open sarrow104 opened 8 years ago

sarrow104 commented 8 years ago

arg=${arg/./_}

->

arg=${arg#.#_}

之后,不再有错误提示。另外,插入sqlite数据库,速度好慢。

YeLee commented 8 years ago

插入那个应该是硬盘读写的问题吧,我挂到 /tmp tmpfs 之后确实是快了很多。