Преглед изворни кода

Don't need the magic functions

Kevin van Zonneveld пре 9 година
родитељ
комит
fb48376978
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0 6
      env.example.sh

+ 0 - 6
env.example.sh

@@ -1,12 +1,6 @@
 # Rename this file to env.sh, it will be kept out of Git.
 # So suitable for adding secret keys and such
 
-# Set magic variables for current FILE & DIR
-__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
-__file="${__dir}/$(basename "${BASH_SOURCE[0]}")"
-__base="$(basename ${__file} .sh)"
-__rootdir="${__dir}"
-
 export NODE_ENV="${NODE_ENV:-development}"
 export UPPYSERVER_DROPBOX_KEY="***"
 export UPPYSERVER_DROPBOX_SECRET="***"