mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
remove unnecessary ls
from debug log (#2294)
This commit is contained in:
parent
e436968655
commit
cf4682fe5e
|
@ -44,7 +44,7 @@ function _misc_save_states
|
||||||
ln -s "${DEST}" "${FILE}"
|
ln -s "${DEST}" "${FILE}"
|
||||||
elif [[ -d ${FILE} ]]
|
elif [[ -d ${FILE} ]]
|
||||||
then
|
then
|
||||||
_notify 'inf' "Moving contents of ${FILE} to ${DEST}:" "$(ls "${FILE}")"
|
_notify 'inf' "Moving contents of ${FILE} to ${DEST}"
|
||||||
mv "${FILE}" "${DEST}"
|
mv "${FILE}" "${DEST}"
|
||||||
ln -s "${DEST}" "${FILE}"
|
ln -s "${DEST}" "${FILE}"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue