Consolidate cd commands

develop
lethosor 2019-01-02 19:15:19 -05:00
parent 9663897037
commit 703e1b8a0c
1 changed files with 1 additions and 2 deletions

@ -10,9 +10,8 @@ cd "$(dirname "$0")"
echo "DF_VERSION: $DF_VERSION"
echo "DF_FOLDER: $DF_FOLDER"
mkdir -p "$DF_FOLDER"
cd "$DF_FOLDER"
# back out of df_linux
cd ..
cd "$DF_FOLDER/.."
if [ -f receipt ]; then
if [ "$selfmd5" != "$(cat receipt)" ]; then