diff --git a/manifest.json b/manifest.json index a75d67c..4984a09 100755 --- a/manifest.json +++ b/manifest.json @@ -39,11 +39,6 @@ }, "example": "owncast.example.com" }, - { - "name": "admin", - "type": "user", - "example": "johndoe" - }, { "name": "is_public", "type": "boolean", diff --git a/scripts/install b/scripts/install index 0436ae0..db738d1 100755 --- a/scripts/install +++ b/scripts/install @@ -27,7 +27,6 @@ ynh_abort_if_errors domain=$YNH_APP_ARG_DOMAIN path_url="/" is_public=$YNH_APP_ARG_IS_PUBLIC -admin=$YNH_APP_ARG_ADMIN password=$YNH_APP_ARG_PASSWORD architecture=$(ynh_detect_arch) @@ -51,7 +50,6 @@ ynh_script_progression --message="Storing installation settings..." --weight=1 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url -ynh_app_setting_set --app=$app --key=admin --value=$admin #================================================= # STANDARD MODIFICATIONS @@ -148,7 +146,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" - sleep 30 #=================================================