Skip to content

Commit

Permalink
Update ia-prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smrohrer authored Nov 16, 2020
1 parent 35c20eb commit 5296c06
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ia-prepare.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash

# if [ -z "$1" ]; then
# printf "Usage: $ ia-prepare <directory name>\nPlease make sure you reference a desired oral history directory to prepare.\n"
# exit 1
# fi

if ! [[ -f ~/ia-config ]]; then
echo "Couldn't find ia-config."
exit 1
Expand Down Expand Up @@ -50,4 +45,4 @@ cd $IA_Staging

APIKEY=$IA_AIRTABLE_APIKEY BASE=$IA_AIRTABLE_BASE IA_STAGING=$IA_Staging ia-csv-creator $year $month >> ~/ia-log 2>&1

echo "Done!"
echo "Done!"

0 comments on commit 5296c06

Please sign in to comment.