Skip to content

Commit

Permalink
removed wait
Browse files Browse the repository at this point in the history
  • Loading branch information
keithhubner committed May 7, 2024
1 parent 0485fc4 commit 64044d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backup_script.sh
Expand Up @@ -49,7 +49,6 @@ function run_backup() {

function run_s3_backup() {
echo "Running S3 Backup...."
wait 5
echo "Uploading $BACKUP_FILE to S3..."
s3cmd --host=${AWS_HOST} --host-bucket=s3://${BUCKET} put --acl-${PUB_PRIV} $BACKUP_FILE s3://${S3_PATH}
}
Expand Down

0 comments on commit 64044d8

Please sign in to comment.