default_install &&

install_config_file "$SOURCE_DIRECTORY/monitrc" \
                    "$INSTALL_ROOT/etc/monitrc" &&

message "${MESSAGE_COLOR}Fixing monitrc permissions...${DEFAULT_COLOR}" &&

chmod 600 "$INSTALL_ROOT/etc/monitrc"
