diff --git a/confluent_osdeploy/suse16/profiles/server/scripts/post.sh b/confluent_osdeploy/suse16/profiles/server/scripts/post.sh index 432d54e3..fd54308d 100644 --- a/confluent_osdeploy/suse16/profiles/server/scripts/post.sh +++ b/confluent_osdeploy/suse16/profiles/server/scripts/post.sh @@ -57,7 +57,8 @@ ExecStart=/opt/confluent/bin/firstboot.sh WantedBy=multi-user.target EOF -systemctl enable firstboot +chmod +x /opt/confluent/bin/firstboot.sh +systemctl enable confluent-firstboot systemctl enable sshd python3 /opt/confluent/bin/apiclient /confluent-api/self/updatestatus -d 'status: staged'