|
|
@ -133,7 +133,7 @@ Si l’on veut restreindre la modification des révisions a un utilisateur en pa |
|
|
|
|
|
|
|
~~~ |
|
|
|
if [ ! "$USER" = "user" ]; then |
|
|
|
echo "Changing revision properties is only allowed to mmarmolle." >&2 |
|
|
|
echo "Changing revision properties is only allowed to user." >&2 |
|
|
|
exit 1 |
|
|
|
fi |
|
|
|
~~~ |
|
|
|