Fixed typo in call to find command
This commit is contained in:
parent
7f1c74786e
commit
940f69813c
@ -336,7 +336,7 @@ if [ $(id -u) -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
## Find mailcow configuration file so additional variables can be read
|
## Find mailcow configuration file so additional variables can be read
|
||||||
mailcowConfigFilePath=$(find / -mount -name "$mailcowConfigFile" -print )
|
mailcowConfigFilePath=$( find / -mount -name "$mailcowConfigFile" -print )
|
||||||
if [ -z "$mailcowConfigFilePath" ]; then
|
if [ -z "$mailcowConfigFilePath" ]; then
|
||||||
echo -e "\n${err}Could not locate the specified mailcow configuration" \
|
echo -e "\n${err}Could not locate the specified mailcow configuration" \
|
||||||
"file: ${lit}${mailcowConfigFile}${normal}"
|
"file: ${lit}${mailcowConfigFile}${normal}"
|
||||||
|
Loading…
Reference in New Issue
Block a user