This commit is contained in:
quackerd 2021-03-08 06:23:12 -05:00
parent a4704b70cf
commit 56b7a28133

View File

@ -57,6 +57,8 @@ function ozsh_update {
function ozsh_autoupdate {
local timediff=$(( ( $(strftime -r %Y-%m-%d $(date +%Y-%m-%d)) - $(strftime -r %Y-%m-%d $(cat $OZSH_LASTUPDATE_FILE)) ) / 86400 ))
echo "last cmd is $?"
if [ ! $? -eq 0 ]; then
# recreate the file if the command fails
ozsh_write_update_date