updated dockersep config

This commit is contained in:
Tobias Kessels
2019-05-06 00:29:50 +02:00
parent 4b9bf0285b
commit c3a1b8b338
5 changed files with 27 additions and 15 deletions

View File

@@ -1,13 +1,14 @@
#!/bin/bash
echo "stage: ${1}"
case "${1}" in
shell )
echo "stage: ${1}"
service rtvscand start
echo "Usage:"
echo "sav manualscan -c <file>"
/bin/bash
;;
version )
echo "stage: ${1}"
service rtvscand start
sleep 5
sep_dev=$(sav info -d | tr -d '\r\n')
@@ -25,6 +26,7 @@ case "${1}" in
;;
scan )
echo "stage: ${1}"
service rtvscand start
sleep 5
sav manualscan -c /data
@@ -33,6 +35,7 @@ case "${1}" in
cat /root/tag
;;
debug )
echo "stage: ${1}"
/bin/bash
;;
esac