Commit e0a0ad80 authored by Benoit Rat's avatar Benoit Rat Committed by Alessandro Rubini

flash: improve copy command that need to be executed by user

parent b3fedb35
...@@ -244,7 +244,7 @@ for n in /tftpboot /home/tftpboot $HOME/tftpboot $HOME/[wW][rR]/tftpboot; do ...@@ -244,7 +244,7 @@ for n in /tftpboot /home/tftpboot $HOME/tftpboot $HOME/[wW][rR]/tftpboot; do
echo "Warning: File $n/$tartftp not up to date"; echo "Warning: File $n/$tartftp not up to date";
echo "Maybe you want to run the following command:" echo "Maybe you want to run the following command:"
echo "" echo ""
echo " cp $tarball $n/" echo " cp $tarball $n/$tartftp"
echo "" echo ""
echo "Press enter to continue" echo "Press enter to continue"
read a read a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment