forked from michael.heier/citadel-core
Switch to new debug logs server URL
This commit is contained in:
parent
19e49c3475
commit
d5f5dba0bf
|
@ -29,7 +29,7 @@ upload() {
|
|||
https://citadel-debug-api.vercel.app/api/upload \
|
||||
| jq '.key' \
|
||||
| sed 's/"//g' \
|
||||
| awk -F '"' '{print "https://citadel-paste.vercel.app/"$1}'
|
||||
| awk -F '"' '{print "https://logs.runcitadel.space/"$1}'
|
||||
}
|
||||
|
||||
torupload() {
|
||||
|
@ -42,7 +42,7 @@ torupload() {
|
|||
https://citadel-debug-api.vercel.app/api/upload \
|
||||
| jq '.key' \
|
||||
| sed 's/"//g' \
|
||||
| awk -F '"' '{print "https://citadel-paste.vercel.app/"$1}'
|
||||
| awk -F '"' '{print "https://logs.runcitadel.space/"$1}'
|
||||
}
|
||||
|
||||
list_block_devices () {
|
||||
|
|
Loading…
Reference in New Issue
Block a user