Skip to content

Commit 8a484ca

Browse files
committed
fixup! fixup! manager: files: watchdog: added RPZ files
1 parent 7699282 commit 8a484ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/packaging/interactive/rpz_watchdog.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ cp $rpz_file $rpz_file.backup
108108
rm $rpz_file
109109

110110
# create cert files
111-
mv $rpz_file.backup $rpz_file
111+
cp -f $rpz_file.backup $rpz_file
112112

113113
# wait for files reload to finish
114-
sleep 10
114+
sleep 6
115115

116116
if [ $(count_errors) -ne $err_count ] || [ $(count_reloads) -eq $rel_count ]; then
117117
echo "Could not reload created RPZ file."

0 commit comments

Comments
 (0)