Fixes to get Diablo version into Extras
[easy-deb-chroot] / diablo / easy-deb-chroot / src / usr / bin / debbie
index 9726148..954c551 100755 (executable)
@@ -13,9 +13,11 @@ fi
 #Pull in the config, if possible...
 [ -f /home/user/.chroot ] && . /home/user/.chroot
 
-#This comes from the config file... If not, fall back on 'user'
-#[ "x$DEBUSER" != x ] || DEBUSER=user
-DEBUSER=$USER
+# This comes from the config file... 
+# If not, fall back on $USER, then 'user'
+[ "x$DEBUSER" != x ] || DEBUSER=$USER
+[ "x$DEBUSER" != x ] || DEBUSER=user
+#DEBUSER=$USER
 
 CHROOTUSER=$DEBUSER