summaryrefslogtreecommitdiffstats
path: root/satellit_installer
diff options
context:
space:
mode:
Diffstat (limited to 'satellit_installer')
-rwxr-xr-xsatellit_installer/static_files/system/opt/openslx/firstrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_installer/static_files/system/opt/openslx/firstrun.sh b/satellit_installer/static_files/system/opt/openslx/firstrun.sh
index b4c6ba2..1238cc5 100755
--- a/satellit_installer/static_files/system/opt/openslx/firstrun.sh
+++ b/satellit_installer/static_files/system/opt/openslx/firstrun.sh
@@ -92,7 +92,7 @@ sed -i "/opt.openslx.firstrun.sh/d" ~/.profile
for _ in {1..15}; do
echo -n "."
- read -r -t 1 _ || break
+ read -r -t 1 -s && break
done
echo "."