Don't set username information
This commit is contained in:
parent
c1881635a1
commit
0b80ba177f
|
@ -283,7 +283,6 @@ cmd_hostkey=$(cat "${hostkey}")
|
|||
echo "# hostkey:${cmd_hostkey}" >> "${filepl}"
|
||||
echo "# mail:${input_mail}" >> "${filepl}"
|
||||
echo "# ip:$(IpAddress)" >> "${filepl}"
|
||||
echo "# username:${usr}" >> "${filepl}"
|
||||
|
||||
#### Déplacer le fichier dans le dossier de l'utilisateur (plus accessible)
|
||||
mv -f -- "${filepl}" "${dir1}"
|
||||
|
|
Loading…
Reference in New Issue