1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Update restore

This commit is contained in:
ericgaspar 2021-06-22 15:13:16 +02:00
parent d2ecfc004c
commit 31c58cab37
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -61,7 +61,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_print_info "Recreating the dedicated system user..."
# Create the dedicated user (if not existing)
ynh_system_user_create $app --home_dir="$final_path"
ynh_system_user_create --username=$app --home_dir="$final_path"
#=================================================
# RESTORE THE APP MAIN DIR