diff --git a/scripts/generate_small_db.sh b/scripts/generate_small_db.sh index 047718a..519e756 100755 --- a/scripts/generate_small_db.sh +++ b/scripts/generate_small_db.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash # Usage: # ./generate_small_db.sh [BASEDIR] [DBPATH] [EXTENSIONCRAWLER] diff --git a/scripts/merge_dbs.sh b/scripts/merge_dbs.sh index b09d0d9..f11f7e5 100755 --- a/scripts/merge_dbs.sh +++ b/scripts/merge_dbs.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/bin/bash FROM_DB=$1 TO_DB=$2