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}"
|
||||
elif [[ -d ${FILE} ]]
|
||||
then
|
||||
_notify 'inf' "Moving contents of ${FILE} to ${DEST}:" "$(ls "${FILE}")"
|
||||
_notify 'inf' "Moving contents of ${FILE} to ${DEST}"
|
||||
mv "${FILE}" "${DEST}"
|
||||
ln -s "${DEST}" "${FILE}"
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue