summaryrefslogtreecommitdiff
path: root/data/dump_livebox.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/dump_livebox.sh')
-rw-r--r--data/dump_livebox.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/data/dump_livebox.sh b/data/dump_livebox.sh
deleted file mode 100644
index 2fb6c32..0000000
--- a/data/dump_livebox.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-LIVEBOX_DEBUG=$1/livebox
-mkdir -p ${LIVEBOX_DEBUG}
-/bin/cp -r /opt/usr/share/live_magazine ${LIVEBOX_DEBUG}
-/bin/cp -r /tmp/.dbox.service ${LIVEBOX_DEBUG}/log
-ls -la /tmp/ | /bin/grep srw > ${LIVEBOX_DEBUG}/log/tmp.hidden_files