mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
debug 4
This commit is contained in:
parent
ca9361fa88
commit
3924b8e681
1 changed files with 3 additions and 2 deletions
|
@ -148,11 +148,12 @@ ynh_store_file_checksum --file="/etc/cron.d/$app"
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R $app: $final_path
|
#chown -R $app: $final_path
|
||||||
## Debug
|
## Debug
|
||||||
ynh_exec_warn ls -l $final_path
|
ynh_exec_warn ls -l $final_path
|
||||||
ynh_system_user_exists --username=$app
|
#ynh_system_user_exists --username=$app
|
||||||
chmod 777 $final_path
|
chmod 777 $final_path
|
||||||
|
ynh_exec_warn ls -l $final_path
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue