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:
parent
b730c603f8
commit
e05c9d1213
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue