summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstaller/slxossetup2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/slxossetup b/installer/slxossetup
index be0c866c..0cd74e1d 100755
--- a/installer/slxossetup
+++ b/installer/slxossetup
@@ -56,7 +56,7 @@ done
function setup_busybox_init()
{
test -d "${SLX_STAGE1_PATH}" && \
- ErrorMsg 1 "Error, ${dir} already exists! "
+ ErrorMsg 1 "Error, ${SLX_STAGE1_PATH} already exists! "
}
function setup_busybox_chroot()