diff --git a/export.sh b/export.sh
index 547f0f892a7537001399804e60170650e3caebdb..03ff25292d4c9845e106f115117f05c4496e9618 100755
--- a/export.sh
+++ b/export.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
 _os="`uname`"
 _now=$(date +"%m_%d_%Y")
 _file="wp-data/data_$_now.sql"
@@ -6,4 +7,4 @@ if [[ $_os == "Darwin"* ]] ; then
   sed -i '.bak' 1,1d $_file
 else
   sed -i 1,1d $_file # Removes the password warning from the file
-fi
\ No newline at end of file
+fi