Removed some unnecessary instructions from the first boot script.
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
trap cleanup EXIT
|
||||
cleanup() {
|
||||
echo "To continue setup, please run:"
|
||||
echo "configure-stormux"
|
||||
echo "Thank you for choosing Stormux!"
|
||||
}
|
||||
|
||||
# Volume calibration is now handled in stormux_first_boot.sh
|
||||
@@ -77,6 +76,5 @@ else
|
||||
echo
|
||||
echo "To run the Stormux installer, type install-stormux"
|
||||
echo
|
||||
echo "Thank you for choosing Stormux."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user