mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
remove debug echo
This commit is contained in:
@@ -160,7 +160,7 @@ do
|
|||||||
|
|
||||||
if [ "${setupPhase}" != "done" ]; then
|
if [ "${setupPhase}" != "done" ]; then
|
||||||
|
|
||||||
echo "# DURING SETUP: Handle System State (${state})"
|
#echo "# DURING SETUP: Handle System State (${state})"
|
||||||
|
|
||||||
# when no HDD on Vagrant - just print info & exit (admin info & exit)
|
# when no HDD on Vagrant - just print info & exit (admin info & exit)
|
||||||
if [ "${state}" == "noHDD" ] && [ ${vagrant} -gt 0 ]; then
|
if [ "${state}" == "noHDD" ] && [ ${vagrant} -gt 0 ]; then
|
||||||
|
Reference in New Issue
Block a user