fix rhts-reboot call

This commit is contained in:
Karel Srot 2022-11-03 15:55:16 +01:00
commit 04408e0f1b

View file

@ -55,7 +55,7 @@ rlJournalStart
rlAssertExists /var/lock/opencryptoki/LCK..APIlock
if [ ! -f /bz1054442-rebooted ]; then
touch /bz1054442-rebooted
rlRun "/usr/bin/rhts-reboot"
rlRun "rhts-reboot"
else
rlRun "rm /bz1054442-rebooted"
fi