correction dau.sh

This commit is contained in:
anthony.arnoux 2022-03-24 11:13:52 +01:00
parent 42904de026
commit 115a001933

View File

@ -2,7 +2,7 @@
#check si il y a un argument et exit 1 si y'a pas
if [ ! $1 ] ; then
echo "Usage : $0 user >> /var/www/html/dokuwiki/conf/users.ayth.php"
echo "Usage : $0 user >> /var/www/html/dokuwiki/conf/users.auth.php"
exit 1
fi