No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/backup/decoy-trigger
|
|
@ -28,7 +28,7 @@ check_dependencies shuf |
|
|
|
main () { |
|
|
|
while true; do |
|
|
|
minutes_in_seconds="60" |
|
|
|
hours_in_seconds="$((${minutes_in_seconds} * 10))" |
|
|
|
hours_in_seconds="$((60 * ${minutes_in_seconds}))" |
|
|
|
max_interval="$((8 * ${hours_in_seconds}))" |
|
|
|
delay="$(shuf -i 0-${max_interval} -n 1)" |
|
|
|
echo "Sleeping for ${delay} seconds..." |
|
|
|