Remplacement d'un espace invalide

This commit is contained in:
Loïc 2021-07-12 21:55:51 +02:00
parent 3250849a13
commit 9c2faccf24

View file

@ -9,7 +9,7 @@ ensure_not_root
ensure_variables_are_defined "$envvars" ensure_variables_are_defined "$envvars"
if [[ -d ~/.local/share/containers/storage/volumes/${confvolume} ]] || [[ -d ~/.local/share/containers/storage/volumes/${dbvolume} ]]; then if [[ -d ~/.local/share/containers/storage/volumes/${confvolume} ]] || [[ -d ~/.local/share/containers/storage/volumes/${dbvolume} ]]; then
echo "Files or volumes from previous installation already exists" echo "Files or volumes from previous installation already exists"
echo "Please remove them before fresh install, or try continue with normal installation" echo "Please remove them before fresh install, or try continue with normal installation"
exit 1 exit 1