Skip to content

Commit

Permalink
Fixed installation on original CCU2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinert committed Jan 8, 2018
1 parent 51efc44 commit 5fd140e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon/rc.d/check_mk_agent
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case "$1" in

info)
echo "Info: <b>(Inoffical) check_mk agent</b>"
echo "Version: 1.2"
echo "Version: 1.3"
echo "Name: check_mk_agent"
echo "Operations: uninstall restart"
;;
Expand Down
2 changes: 2 additions & 0 deletions addon/update_script
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ CONFIG_DIR=/usr/local/etc/config
ADDON_DIR=/usr/local/addons/${ADDONNAME}
RCD_DIR=${CONFIG_DIR}/rc.d

mount /usr/local || true

# create necessary directories
mkdir -p ${ADDON_DIR}
chmod 755 ${ADDON_DIR}
Expand Down

0 comments on commit 5fd140e

Please sign in to comment.