mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Fix upgrade from 2.3.10~ynh1
mkdir: cannot create directory ‘/var/www/discourse/tmp/sockets’: File exists
This commit is contained in:
parent
d1089d6e81
commit
d6fa5113e2
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ ynh_script_progression --message="Securing files and directories..."
|
||||||
|
|
||||||
# Add a pids and socket directory for the systemd script.
|
# Add a pids and socket directory for the systemd script.
|
||||||
mkdir -p "$final_path/tmp/pids"
|
mkdir -p "$final_path/tmp/pids"
|
||||||
mkdir "$final_path/tmp/sockets"
|
mkdir -p "$final_path/tmp/sockets"
|
||||||
|
|
||||||
# Create specific folders and links for subfolder compatibilityn
|
# Create specific folders and links for subfolder compatibilityn
|
||||||
# (see: https://meta.discourse.org/t/subfolder-support-with-docker/30507)
|
# (see: https://meta.discourse.org/t/subfolder-support-with-docker/30507)
|
||||||
|
|
Loading…
Add table
Reference in a new issue