summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/importfiles.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-17 21:19:13 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-17 21:19:13 (GMT)
commit649f466d6496c9f8fe965215980c756d76b36eb3 (patch)
treecb9d49597a447047d90ad2905c61ad4f9e63139f /abs/core/LinHES-system/importfiles.sh
parent8237da7b67ce46abac536bc53e3e39e7d49eb669 (diff)
downloadlinhes_pkgbuild-649f466d6496c9f8fe965215980c756d76b36eb3.zip
linhes_pkgbuild-649f466d6496c9f8fe965215980c756d76b36eb3.tar.gz
linhes_pkgbuild-649f466d6496c9f8fe965215980c756d76b36eb3.tar.bz2
LinHES-system: convert ripD_eject.sh and importfiles.sh to use msg_client.py for OSD.
Diffstat (limited to 'abs/core/LinHES-system/importfiles.sh')
-rwxr-xr-xabs/core/LinHES-system/importfiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/importfiles.sh b/abs/core/LinHES-system/importfiles.sh
index 61ad324..eb0e863 100755
--- a/abs/core/LinHES-system/importfiles.sh
+++ b/abs/core/LinHES-system/importfiles.sh
@@ -2,10 +2,10 @@
DVD_or_CD=`cat /proc/mounts |grep iso9660|awk '{print $2}'|tail -1`
if [ "$DVD_or_CD" != "" ]; then
- msg_client.py --msg "Copying files from $DVD_or_CD to /myth/video. Please wait..." --timeout 900
+ msg_client.py --msg "Copying files from $DVD_or_CD to /myth/video..." --timeout 3600
/bin/cp -R $DVD_or_CD/* /myth/video/
msg_client.py --kill
- msg_client.py --msg "Copied videos from $DVD_or_CD to /myth/video"
+ msg_client.py --msg "Finished copying from $DVD_or_CD to /myth/video."
else
msg_client.py --msg "No optical media found. If you just inserted media please wait a moment and try again.|middle"
fi