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

Update upgrade

This commit is contained in:
ericgaspar 2021-06-06 22:42:06 +02:00
parent 504201ff56
commit 5255095525
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -235,11 +235,6 @@ then
secret="$(ynh_string_random)"
ynh_add_config --template="../conf/secrets.yml" --destination="$final_path/config/secrets.yml"
# # Set permissions to app files
# chmod 750 "$final_path"
# chmod -R o-rwx "$final_path"
# chown -R $app:www-data "$final_path"
pushd "$final_path"
# Install bundler, a gems installer
ynh_gem install bundler