[viirb] automatically add into password store for encrypted communication

This commit is contained in:
Nico Schottelius 2021-08-13 12:21:30 +02:00
parent fa45565eb0
commit 8e0a6c2e56

View file

@ -41,4 +41,7 @@ printf "${root_password}\n${root_password}\n" | passwd
reboot reboot
EOF EOF
printf "${root_password}\n${root_password}\n" | pass insert viirb/viirb${id}
pass git push
echo "Submit to user the root password = ${root_password}" echo "Submit to user the root password = ${root_password}"