„README.md“ ändern

This commit is contained in:
Bernd Reuther 2020-04-09 13:44:01 +02:00
parent 94bbed6df2
commit dcff1851dc

View File

@ -178,7 +178,7 @@ Die Datei `/etc/apache2/.video-admin` kann wie folgt erstellt werden:
``` ```
apt install apache2-utils apt install apache2-utils
htpasswd -c /etc/apache2/.video-admin htpasswd -c /etc/apache2/.video-admin <admin-benutzername>
New password: <admin-passwort> New password: <admin-passwort>
Re-type new password: <admin-passwort> Re-type new password: <admin-passwort>
``` ```