Skip to content

Commit

Permalink
[#335] Fix postinst_rpm (#338)
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov3@bosch.com>
  • Loading branch information
dimitar-dimitrow authored Jun 4, 2024
1 parent 06c9999 commit 9ed6be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/postinst_rpm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ $1 -eq 1 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then
# Start the Kanto services if enabled
if [ -d /run/systemd/system ]; then
systemctl is-enabled -q suite-connector.service && systemctl start suite-connector.service >/dev/null || :
systemctl is-enabled -q azure-connector.service && systemctl azure suite-connector.service >/dev/null || :
systemctl is-enabled -q azure-connector.service && systemctl start azure-connector.service >/dev/null || :
systemctl is-enabled -q aws-connector.service && systemctl start aws-connector.service >/dev/null || :
systemctl is-enabled -q local-digital-twins.service && systemctl start local-digital-twins.service >/dev/null || :
systemctl is-enabled -q container-management.service && systemctl start container-management.service >/dev/null || :
Expand Down

0 comments on commit 9ed6be5

Please sign in to comment.