This commit is contained in:
4
abra
4
abra
@ -3,7 +3,7 @@
|
||||
GIT_URL="https://git.autonomic.zone/coop-cloud/"
|
||||
ABRA_APPS_URL="https://apps.coopcloud.tech"
|
||||
ABRA_DIR="${ABRA_DIR:-$HOME/.abra}"
|
||||
ABRA_VERSION="0.7.2"
|
||||
ABRA_VERSION="0.7.3"
|
||||
ABRA_BACKUP_DIR="${ABRA_BACKUP_DIR:-$ABRA_DIR/backups}"
|
||||
ABRA_VENDOR_DIR="$ABRA_DIR/vendor"
|
||||
ABRA_APPS_JSON="${ABRA_DIR}/apps.json"
|
||||
@ -1883,7 +1883,7 @@ sub_recipe_create() {
|
||||
recipe="$abra__recipe_"
|
||||
|
||||
recipe_dir="$ABRA_DIR/apps/$recipe"
|
||||
|
||||
|
||||
if [ -d "$recipe_dir" ]; then
|
||||
error "Recipe '$recipe' already exists"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user