diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-04-04 19:35:41 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:10:02 +0000 |
commit | 55bd124e13c658480b9e008802c45c4e86d1549b (patch) | |
tree | 8a17075f9aac7a79ab781f06016b46caf894d388 /Cydia.app/Test | |
parent | 5b35c5e40f94fe761dfde1980a7d1fcdce3b3c18 (diff) |
The syslog is more useful.
Diffstat (limited to 'Cydia.app/Test')
-rwxr-xr-x | Cydia.app/Test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.app/Test b/Cydia.app/Test index c7df4e8..9e2d803 100755 --- a/Cydia.app/Test +++ b/Cydia.app/Test @@ -6,4 +6,4 @@ dpkg -i cydia_iphoneos-arm.deb touch /tmp/cydia.log chown mobile.mobile /tmp/cydia.log openURL "${1-cydia://}" -exec tail /tmp/cydia.log -fn0 +exec tail /var/log/syslog /tmp/cydia.log -fn0 |