From 8e0a6c2e560a3a63b5b3fd6afe7451f2d31e8779 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 13 Aug 2021 12:21:30 +0200 Subject: [PATCH] [viirb] automatically add into password store for encrypted communication --- openwrt/viirb-4-cleanup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openwrt/viirb-4-cleanup.sh b/openwrt/viirb-4-cleanup.sh index 77916b8..7d342c0 100755 --- a/openwrt/viirb-4-cleanup.sh +++ b/openwrt/viirb-4-cleanup.sh @@ -41,4 +41,7 @@ printf "${root_password}\n${root_password}\n" | passwd reboot 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}"