Finishing #15
- setup script needs to set the permissions on the .env file explicitly
This commit is contained in:
@@ -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!"
|
||||
Reference in New Issue
Block a user