Skip to content

Commit

Permalink
doc/installation: overwrite, not append
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Gelf committed Nov 16, 2021
1 parent cf7a764 commit f3f2973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ wget -q -O - "$URL" | tar xfz - -C "${TARGET_DIR}_TMP" --strip-components 1 \
&& mv "${TARGET_DIR}_TMP" "${TARGET_DIR}" \
&& rm -rf "${TARGET_DIR}_BACKUP"

echo "d ${SOCKET_PATH} 0755 ${DAEMON_USER} ${DAEMON_GROUP} -" >> "${TMPFILES_CONFIG}"
echo "d ${SOCKET_PATH} 0755 ${DAEMON_USER} ${DAEMON_GROUP} -" > "${TMPFILES_CONFIG}"
cp -f "${TARGET_DIR}/contrib/systemd/icinga-vspheredb.service" /etc/systemd/system/
systemd-tmpfiles --create "${TMPFILES_CONFIG}"

Expand Down

0 comments on commit f3f2973

Please sign in to comment.