From c822fc9ffaf07bc9821e2ef7ff17082f37f24808 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Apr 2019 15:42:34 +0200 Subject: [PATCH] remove check not used --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 2e5bdc5..352809f 100644 --- a/scripts/install +++ b/scripts/install @@ -39,10 +39,6 @@ SYNCUSER=debian-syncthing SYNCPORT=22000 GUIPORT=8384 -# Check that admin user is an existing account -sudo yunohost user list --json | grep -q "\"username\": \"$admin\"" \ - || (echo "Error: the chosen admin user does not exist" && exit 1) - # Check domain/path availability sudo yunohost app checkurl $domain$path -a syncthing if [[ ! $? -eq 0 ]]; then