Skip to content

Instantly share code, notes, and snippets.

@x86demon
x86demon / oro_reinstall.sh
Last active June 24, 2024 19:58
Oro Reinstall script
#!/bin/bash
currentDir=${PWD##*/}
repoDir=$(basename $(dirname $(dirname $(readlink -f .))))
APP_CONSOLE="bin/console"
CONFIG_DIR="config"
CACHE_DIR="var/cache"
APP_NAME="ORO"
ENV=$1