1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

Update install

Grant write permission to owner for .env
This commit is contained in:
CodeShakingSheep 2024-07-10 13:54:02 -05:00 committed by GitHub
parent 1fd8bfbd1c
commit 61860e93a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ ynh_script_progression --message="Modifying a config file..." --weight=1
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"
#================================================= #=================================================