Wrong redirect order

This commit is contained in:
斟酌 鵬兄 2023-10-09 02:39:12 +08:00
parent da241a1027
commit 585254f1af

View File

@ -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