mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix restore script
This commit is contained in:
parent
2aa55e9f55
commit
494847720b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ ynh_restore
|
|||
|
||||
# Create user
|
||||
ynh_script_progression --message="Configuring system user..."
|
||||
ynh_system_user_create --username $seafile_user $final_path
|
||||
ynh_system_user_create --username $seafile_user --home_dir $final_path
|
||||
|
||||
# Restore dependencies
|
||||
ynh_script_progression --message="Reinstalling dependencies..." --weight=5
|
||||
|
|
Loading…
Reference in a new issue