migration.sh: remove obsolete console output

Origin commit data
------------------
Branch: ni/coolstream
Commit: 17020b1bb7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-27 (Sun, 27 Jan 2019)

Origin message was:
------------------
- migration.sh: remove obsolete console output

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-27 21:31:22 +01:00
parent 616f66f827
commit d6f7233f80

View File

@@ -45,7 +45,6 @@ controlscripts="\
mkdir -p /var/tuxbox/control/
for controlscript in $controlscripts; do
echo $controlscript
if [ -e $controlscript ]; then
mv $controlscript /var/tuxbox/control/
fi