diff --git a/deploy.sh b/deploy.sh index d0fa7b5..751d2e9 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,10 @@ #!/bin/bash if [[ "Eriks-MacBook-Air.local" == `hostname` ]]; then + MC_PATH="../../server" + cp "$1" "../../server/plugins/$2.jar" + "$MC_PATH/cmd.sh" "plugman reload $2" else LXC_CONT="marw" MC_USER="mc"