Skip to content

Commit

Permalink
Update folder name vd_updater
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodfrf committed Dec 27, 2023
1 parent 3cfce23 commit d7a0305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debs/SPECS/wazuh-manager/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ case "$1" in
if [ -f "${DIR}/${VD_FILENAME}" ]; then
tar -xf ${DIR}/${VD_FILENAME} -C ${DIR}
chown ${USER}:${GROUP} ${DIR}/queue/vd
chown ${USER}:${GROUP} ${DIR}/queue/vd-updater
chown ${USER}:${GROUP} ${DIR}/queue/vd_updater
rm -rf ${DIR}/${VD_FILENAME}
fi

Expand Down
2 changes: 1 addition & 1 deletion rpms/SPECS/wazuh-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ VD_FILENAME='vd_1.0.0_vd_4.8.0.tar.xz'
if [ -f "%{_localstatedir}/${VD_FILENAME}" ]; then
tar -xf %{_localstatedir}/${VD_FILENAME} -C %{_localstatedir}
chown wazuh:wazuh %{_localstatedir}/queue/vd
chown wazuh:wazuh %{_localstatedir}/queue/vd-updater
chown wazuh:wazuh %{_localstatedir}/queue/vd_updater
rm -rf tar -xf %{_localstatedir}/${VD_FILENAME}
fi

Expand Down

0 comments on commit d7a0305

Please sign in to comment.