Modification : raccourcissement des noms UNIX pour MySQL : php5_ -> php_ .
[lhc/ateliers.git] / local / roundcube-chpasswd
index 92cf455..8dd78ba 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh -efu
 
-test "$(id -n -u)" = php5_roundcube
+test "$(id -n -u)" = php_roundcube
 
 IFS=: read -r user password
 IFS=@ read -r user domain <<-EOF