@@ -6,6 +6,6 @@
"tetra"
],
"title": "Terminal",
- "version": "1.4",
+ "version": "1.5",
"injectJS": "js/loader.js"
}
@@ -23,7 +23,7 @@ touch /tmp/terminal.progress
if [[ "$1" = "install" ]]; then
opkg update
- if [[ -e /sd ]]; then
+ if [[ $(/bin/mount | /bin/grep "on /sd") ]]; then
add_log "Installing on sd"
opkg --dest sd install ttyd >> $LOGFILE