diff options
-rwxr-xr-x | src/simplaret | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplaret b/src/simplaret index 42f1bff..4563e23 100755 --- a/src/simplaret +++ b/src/simplaret @@ -690,6 +690,8 @@ function simplaret_install { root="/$ROOT" mkdir -p $root/var/log/setup/tmp + # now we check if ARCH and VERSION from the + # repository are the same of the jail if [ "$2" != "--skip-checks" ]; then jail_arch="`default_arch $root`" jail_version="`default_version $root`" |