summaryrefslogtreecommitdiff
path: root/sysroot.check
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot.check')
-rwxr-xr-xsysroot.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysroot.check b/sysroot.check
index 8ed965bd..71b35175 100755
--- a/sysroot.check
+++ b/sysroot.check
@@ -17,12 +17,6 @@
set -eu
-location="$1"
-if [ -d "$location" ]; then
- echo >&2 "ERROR: Deployment directory already exists: $location"
- exit 1
-fi
-
if [ "$UPGRADE" == "yes" ]; then
echo >&2 "ERROR: Cannot upgrade a sysroot deployment"
exit 1