diff options
| -rwxr-xr-x | functions/defaults.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 0bd1b1a5b..de79d5c75 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -386,7 +386,7 @@ Set_defaults ()  		progress)  			LB_PARENT_MIRROR_CHROOT_VOLATILE="${LB_PARENT_MIRROR_CHROOT_VOLATILE:-${LB_PARENT_MIRROR_CHROOT}}" -			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-none}" +			LB_MIRROR_CHROOT_VOLATILE="${LB_MIRROR_CHROOT_VOLATILE:-${LB_MIRROR_CHROOT}}"  			;;  		ubuntu|kubuntu) @@ -499,7 +499,7 @@ Set_defaults ()  		progress)  			LB_PARENT_MIRROR_BINARY_VOLATILE="${LB_PARENT_MIRROR_BINARY_VOLATILE:-${LB_PARENT_MIRROR_BINARY}}" -			LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-none}" +			LB_MIRROR_BINARY_VOLATILE="${LB_MIRROR_BINARY_VOLATILE:-${LB_MIRROR_BINARY}}"  			;;  		ubuntu|kubuntu)  | 
