deploy: MB - reload plugin
This commit is contained in:
parent
9da3a6a828
commit
b4d9776a19
@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ "Eriks-MacBook-Air.local" == `hostname` ]]; then
|
if [[ "Eriks-MacBook-Air.local" == `hostname` ]]; then
|
||||||
|
MC_PATH="../../server"
|
||||||
|
|
||||||
cp "$1" "../../server/plugins/$2.jar"
|
cp "$1" "../../server/plugins/$2.jar"
|
||||||
|
"$MC_PATH/cmd.sh" "plugman reload $2"
|
||||||
else
|
else
|
||||||
LXC_CONT="marw"
|
LXC_CONT="marw"
|
||||||
MC_USER="mc"
|
MC_USER="mc"
|
||||||
|
Loading…
Reference in New Issue
Block a user