pull/1213/head
tteckster 2 years ago committed by GitHub
parent ae7a064932
commit c3658c260f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ct/alpine-vaultwarden.sh

@ -42,8 +42,9 @@ exit;
fi
if [ "$UPD" == "2" ]; then
header_info
cat /etc/conf.d/vaultwarden | grep "ADMIN_TOKEN" | awk '{print substr($2, 7) }'
exit
exit;
fi
}

Loading…
Cancel
Save