Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/GT-3082_ryanmkurtz_PR-907_snemes…
Browse files Browse the repository at this point in the history
…_svrAdmin'
  • Loading branch information
ryanmkurtz committed Aug 14, 2019
2 parents cf23832 + 17db252 commit 8369ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ghidra/RuntimeScripts/Linux/server/svrAdmin
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ if [ -z "${OWNER}" -o "${OWNER}" = "$(whoami)" ]; then
VMARGS="-DUserAdmin.invocation=$(basename "${SCRIPT_FILE}") -DUserAdmin.config=\"${CONFIG}\""
"${SCRIPT_DIR}"/../support/launch.sh fg svrAdmin "${MAXMEM}" "$VMARGS" ghidra.server.ServerAdmin "$@"
else
echo "Running svrAdmin with $SUDO as ${OWNER} ..."
$SUDO -u $OWNER "$0" "${ARGS[@]}"
echo "Running svrAdmin with $SUDO as ${OWNER} ..."
$SUDO -u $OWNER "$0" "$@"
fi

0 comments on commit 8369ef1

Please sign in to comment.