build_darwin_dmg.sh (pandorafms_agent_unix-7.0NG.758) | : | build_darwin_dmg.sh (pandorafms_agent_unix-7.0NG.759) | ||
---|---|---|---|---|
skipping to change at line 34 | skipping to change at line 34 | |||
if [ "$#" -ge 1 ]; then | if [ "$#" -ge 1 ]; then | |||
DMGNAME="$1" | DMGNAME="$1" | |||
else | else | |||
DMGNAME="Pandora FMS MacOS agent" | DMGNAME="Pandora FMS MacOS agent" | |||
fi | fi | |||
# DMG package version | # DMG package version | |||
if [ "$#" -ge 2 ]; then | if [ "$#" -ge 2 ]; then | |||
VERSION="$2" | VERSION="$2" | |||
else | else | |||
VERSION="7.0NG.758" | VERSION="7.0NG.759" | |||
fi | fi | |||
# Path for the generated DMG file | # Path for the generated DMG file | |||
if [ "$#" -ge 3 ]; then | if [ "$#" -ge 3 ]; then | |||
BUILD_PATH="$3" | BUILD_PATH="$3" | |||
else | else | |||
BUILD_PATH="/opt/code/pandorafms/pandora_agents/unix/Darwin/dmg" | BUILD_PATH="/opt/code/pandorafms/pandora_agents/unix/Darwin/dmg" | |||
fi | fi | |||
BUILD_DMG="$BUILD_PATH/build" | BUILD_DMG="$BUILD_PATH/build" | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |