#!/bin/bash if [[ $1 == '' ]]; then echo 'E| you must give a lang code to delete' exit 1 fi docker exec yacynet /scripts/purge-by-lang.sh "$1" noconfirm