From 79d2ca18877e60f28b26cbd2aaa55cb184c0f47e Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 17 Jun 2023 23:37:26 -0400 Subject: [PATCH] #6 Removed copy of env - Should be done manually and edited before running setup script --- Client/setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Client/setup.sh b/Client/setup.sh index a2ef383..032c0bb 100644 --- a/Client/setup.sh +++ b/Client/setup.sh @@ -13,9 +13,6 @@ ls -ld $SCRIPT_DIR | awk '{print $3}' >> ./config/installerName useradd -M RadioNode usermod -s -L RadioNode -# Create the .env file from the example -cp $SCRIPT_DIR/.env.example $SCRIPT_DIR/.env - # Change the ownership of the directory to the service user chown RadioNode -R $SCRIPT_DIR