mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Also create dir for ccnet
This commit is contained in:
parent
53de16e37b
commit
5f5c4bcd5c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fi
|
|||
|
||||
mkdir -p /var/log/"$app"
|
||||
mkdir -p "$data_dir"/{seafile-data,seahub-data}
|
||||
mkdir -p "$install_dir"/conf
|
||||
mkdir -p "$install_dir"/{conf,ccnet}
|
||||
|
||||
# Download new version from sources
|
||||
ynh_script_progression --message="Installing sources files..." --weight=7
|
||||
|
|
Loading…
Reference in a new issue