1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

Update restore

This commit is contained in:
ericgaspar 2020-10-23 15:29:52 +02:00
parent d8a9b23e1e
commit 5cefde88f7
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -61,7 +61,14 @@ ynh_restore_file --origin_path="$final_path"
ynh_script_progression --message="Recreating the dedicated system user..." --weight=3
# Create the dedicated user (if not existing)
ynh_system_user_create --username="$app"
ynh_system_user_create --username=$app
#=================================================
# INSTALL DEPENDENCIES
#=================================================
ynh_print_info "Installing dependencies..."
ynh_install_app_dependencies $pkg_dependencies
#=================================================
# SPECIFIC RESTORATION