Update upgrade
Give write permission to owner for .env
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ then
|
|||||||
|
|
||||||
ynh_add_config --template="default.env" --destination="$install_dir/.env"
|
ynh_add_config --template="default.env" --destination="$install_dir/.env"
|
||||||
|
|
||||||
chmod 400 "$install_dir/.env"
|
chmod 600 "$install_dir/.env"
|
||||||
chown $app:$app "$install_dir/.env"
|
chown $app:$app "$install_dir/.env"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user