Commit e3662c5c authored by Evangelia Gousiou's avatar Evangelia Gousiou

doc updates; fmcmasterfip.sh changed halt to poweroff for ubuntu 14.04

parent cb4c8ed6
...@@ -194,6 +194,6 @@ echo -n "End of the test, do you want to switch the computer OFF? [y,n]" ...@@ -194,6 +194,6 @@ echo -n "End of the test, do you want to switch the computer OFF? [y,n]"
read reply read reply
if [ "$reply" = "y" ] if [ "$reply" = "y" ]
then then
sudo halt sudo poweroff
fi fi
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