#6 Removed copy of env

- Should be done manually and edited before running setup script
This commit is contained in:
Logan Cusano
2023-06-17 23:37:26 -04:00
parent c2b4b4bfa1
commit 79d2ca1887

View File

@@ -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