- setup script needs to set the permissions on the .env file explicitly
This commit is contained in:
Logan Cusano
2024-03-09 15:15:16 -05:00
parent 84aa4c5aff
commit 6ab0ec6d6f

View File

@@ -196,6 +196,7 @@ echo "\n\n\t\tOP25 installation completed!\n\n"
# Setting permissions on the directories created
cd $ogPwd
chown -R 1000:1000 ./*
chown 1000:1000 .env
echo "Permissions set on the client directory!"
echo "\n\n\t\tNode installation Complete!"