about summary refs log tree commit diff stats
path: root/scripts/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/configure.sh')
-rw-r--r--scripts/configure.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/configure.sh b/scripts/configure.sh
index e812bda..d65ce58 100644
--- a/scripts/configure.sh
+++ b/scripts/configure.sh
@@ -1,17 +1,17 @@
 #!/bin/bash
 
 ADMIN_USER=c9admin
+CHROOT=/mnt
 #ADMIN_PASS=
 
 DIR=$(dirname "$PWD");
 DIR_CONF=$DIR"/conf"
 
-printf "DIR_CONF="$DIR"\n";
+printf "CHROOT="$CHROOT"\n";
+printf "DIR="$DIR"\n";
 printf "DIR_CONF="$DIR_CONF"\n";
 printf "ADMIN_USER="$ADMIN_USER"\n"
 
-printf "1.1.3 mount point to chroot (/mnt):"
-read CHROOT
 
 #configure_crux() {