summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
diff options
context:
space:
mode:
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index a131a59..a527bbc 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -634,7 +634,7 @@ welcomemsg || error "User exited."
getuserandpass || error "User exited."
# Decide cloning repositories.
-repocheck || error "User exited."
+[ "$name" = "si" ] && repocheck || error "User exited."
# Give warning if user already exists.
usercheck || error "User exited."