Wrong redirect order
This commit is contained in:
parent
da241a1027
commit
585254f1af
@ -348,7 +348,7 @@ function kstore-upload-db {
|
|||||||
_T=$( date +%Y%m%d%H%M%S )
|
_T=$( date +%Y%m%d%H%M%S )
|
||||||
echo $_T > "$RBASH_HOME/keystore.latest"
|
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
|
if [ $? -ne 0 ]; then
|
||||||
kstore-init-s3au
|
kstore-init-s3au
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user