mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Add missing create dir
This commit is contained in:
parent
5f5c4bcd5c
commit
b37246b358
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ run_seafile_cmd() {
|
|||
|
||||
install_source() {
|
||||
ynh_setup_source_custom --dest_dir="$install_dir"/seafile_image --full_replace
|
||||
mkdir -p "$install_dir"/seafile_image/opt/seafile/{seafile-data,seahub-data,conf,logs}
|
||||
mkdir -p "$install_dir"/seafile_image/opt/seafile/{seafile-data,seahub-data,conf,ccnet,logs}
|
||||
grep "^$app:x" /etc/passwd | sed "s|$install_dir|/opt/seafile|" >> "$install_dir"/seafile_image/etc/passwd
|
||||
grep "^$app:x" /etc/group >> "$install_dir"/seafile_image/etc/group
|
||||
grep "^$app:x" /etc/group- >> "$install_dir"/seafile_image/etc/group-
|
||||
|
|
Loading…
Reference in a new issue