for the chosen database, and one for the media to go in the UserDev directory.
This will make the mg-dev-example-environments branch more efficient.
USAGE="Usage: $0 -h | [-p PATH] -e ENVIRONMENT"
ENVIRONMENT="migration-18"
+USER_DEV="user_dev_default"
DEV_ENV_DIRECTORY_PATH="../mg-dev-environments"
while getopts ":hp:e:" opt;
y)
break
;;
- n)
+ n)
exit 1
;;
*)
esac
done
tar -xzf $DEV_ENV_DIRECTORY_PATH/$ENVIRONMENT.tar.gz
+ tar -xzf $DEV_ENV_DIRECTORY_PATH/$USER_DEV.tar.gz
echo "Completed."
exit 0
fi