diff --git a/README.md b/README.md index ddfdaa4..9b829e8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Check out the [__wiki__](https://github.com/motioneye-project/motioneye/wiki) fo Default user for login is: `admin` and empty password. - **Shipped version:** 0.43.1b1~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 2c31cd1..d9efe04 100644 --- a/README_eu.md +++ b/README_eu.md @@ -22,7 +22,6 @@ Check out the [__wiki__](https://github.com/motioneye-project/motioneye/wiki) fo Default user for login is: `admin` and empty password. - **Paketatutako bertsioa:** 0.43.1b1~ynh1 ## Pantaila-argazkiak diff --git a/README_gl.md b/README_gl.md index a43a266..b365185 100644 --- a/README_gl.md +++ b/README_gl.md @@ -22,7 +22,6 @@ Check out the [__wiki__](https://github.com/motioneye-project/motioneye/wiki) fo Default user for login is: `admin` and empty password. - **Versión proporcionada:** 0.43.1b1~ynh1 ## Capturas de pantalla diff --git a/scripts/install b/scripts/install index 957b8d2..c48892a 100755 --- a/scripts/install +++ b/scripts/install @@ -79,7 +79,6 @@ ynh_add_config --template="../conf/motioneye.conf" --destination="$install_dir/m #================================================= # START SYSTEMD SERVICE #================================================= -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"