Add local poltergeist shim
This commit is contained in:
parent
7c99d16ebe
commit
bdddaa13a3
@ -32,6 +32,7 @@
|
||||
"poltergeist:stop": "./scripts/poltergeist-wrapper.sh stop",
|
||||
"poltergeist:rest": "./scripts/poltergeist-wrapper.sh rest",
|
||||
"poltergeist:status": "./scripts/poltergeist-wrapper.sh status",
|
||||
"poltergeist:panel": "./scripts/poltergeist-wrapper.sh status panel",
|
||||
"poltergeist:logs": "./scripts/poltergeist-wrapper.sh logs"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
4
scripts/poltergeist
Executable file
4
scripts/poltergeist
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
"$SCRIPT_DIR/poltergeist-wrapper.sh" "$@"
|
||||
Loading…
Reference in New Issue
Block a user