mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
debug attemp
This commit is contained in:
parent
70b84ab975
commit
0a9df5b3ad
1 changed files with 7 additions and 0 deletions
|
@ -132,6 +132,13 @@ ynh_psql_execute_file_as_root --file="./db.sql" --database="$db_name"
|
|||
# RESTORE VARIOUS FILES
|
||||
#=================================================
|
||||
|
||||
mkdir -p /var/log/$app
|
||||
|
||||
# for debugging purpose, will remove
|
||||
# systemd[7948]: gotosocial.service: Failed to set up standard output: No such file or directory
|
||||
# systemd[7948]: gotosocial.service: Failed at step STDOUT spawning /var/www/gotosocial/gotosocial: No such file or directory
|
||||
ls -l $final_path
|
||||
|
||||
#=================================================
|
||||
# RESTORE SYSTEMD
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue