mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
copystation more console output
This commit is contained in:
parent
71f2aea3c6
commit
15dd44182e
1 changed files with 1 additions and 1 deletions
|
@ -86,6 +86,7 @@ if [ "${nointeraction}" == "1" ]; then
|
|||
echo "setting RaspiBlitz LCD info"
|
||||
sudo sed -i "s/^state=.*/state=copystation/g" /home/admin/raspiblitz.info 2>/dev/null
|
||||
sudo sed -i "s/^message=.*/message='Disconnect target HDDs!'/g" /home/admin/raspiblitz.info 2>/dev/null
|
||||
echo "Disconnect target HDDs! .. 30ses until continue."
|
||||
sleep 30
|
||||
else
|
||||
echo
|
||||
|
@ -307,7 +308,6 @@ OK NO FORMAT - Please remove decive now.
|
|||
echo "To stop copystation script: CTRL+c"
|
||||
echo ""
|
||||
|
||||
|
||||
if [ "${nointeraction}" == "1" ]; then
|
||||
sudo sed -i "s/^message=.*/message='Ready & Synced HDDs: ${synced}'/g" /home/admin/raspiblitz.info 2>/dev/null
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue