Remplacement d'un espace invalide
This commit is contained in:
parent
3250849a13
commit
9c2faccf24
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue