mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Quote bug (#12548)
This commit is contained in:
2
pbin.sh
2
pbin.sh
@ -24,7 +24,7 @@ set -e
|
|||||||
PROGRAM=${0##*/}
|
PROGRAM=${0##*/}
|
||||||
|
|
||||||
# can be overriden from env
|
# can be overriden from env
|
||||||
: "${PASTE_URL='https://p.libren.ms/api/create'}"
|
: "${PASTE_URL=https://p.libren.ms/api/create}"
|
||||||
|
|
||||||
# paste. take input from stdin
|
# paste. take input from stdin
|
||||||
pastebin() {
|
pastebin() {
|
||||||
|
Reference in New Issue
Block a user