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

Not password to protect

This commit is contained in:
ericgaspar 2021-03-18 11:14:55 +01:00
parent b730c603f8
commit e05c9d1213
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 0 additions and 3 deletions

View file

@ -140,7 +140,6 @@ ynh_store_file_checksum --file="$final_path/credentials.json"
# Set permissions to app files
chown -R $app: $final_path
chmod 600 $final_path/settings.json
chmod 600 $final_path/credentials.json
#=================================================

View file

@ -92,7 +92,6 @@ ynh_psql_execute_file_as_root --file="./db.sql" --database=$db_name
# Restore permissions on app files
chown -R $app: $final_path
chmod 600 $final_path/settings.json
chmod 600 $final_path/credentials.json
#=================================================

View file

@ -156,7 +156,6 @@ popd || ynh_die
# Set permissions on app files
chown -R $app: $final_path
chmod 600 $final_path/settings.json
chmod 600 $final_path/credentials.json
#=================================================