From 0e399af0d8e3d23b16c617882ffaae51e905dcc9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 13 Aug 2021 12:22:15 +0200 Subject: [PATCH] [viirb] remove local password storing --- openwrt/viirb-4-cleanup.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openwrt/viirb-4-cleanup.sh b/openwrt/viirb-4-cleanup.sh index 7d342c0..44e2f38 100755 --- a/openwrt/viirb-4-cleanup.sh +++ b/openwrt/viirb-4-cleanup.sh @@ -19,10 +19,6 @@ viirb_hostname=viirb${id} root_password=$(pwgen -1 32) -# Save for sending to user -# FIXME: future make this more easy / better to transfer -echo $root_password > ${viirb_hostname}.rootpw - cat <