penguin/utils

my env utils

commit 585254f1af9eaef3f0f91f27862353baf40c2e7c

author斟酌 鵬兄 <tgckpg@gmail.com>
date2023-10-08T18:39:12Z
subjectWrong redirect order
commit 585254f1af9eaef3f0f91f27862353baf40c2e7c
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2023-10-08T18:39:12Z

    Wrong redirect order
---
 bash/sources/16_keystore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bash/sources/16_keystore b/bash/sources/16_keystore
index 4288637..b6185ce 100644
--- a/bash/sources/16_keystore
+++ b/bash/sources/16_keystore
@@ -348,7 +348,7 @@ function kstore-upload-db {
 	_T=$( date +%Y%m%d%H%M%S )
 	echo $_T > "$RBASH_HOME/keystore.latest"
 
-	which arch-upload-aws4 > /dav/null 2>&1
+	which arch-upload-aws4 2>&1 > /dev/null
 	if [ $? -ne 0 ]; then
 		kstore-init-s3au
 	fi