fix restore message

This commit is contained in:
Tobias Powalowski 2022-02-21 18:20:58 +01:00
parent eb35943abb
commit c137c49f4d

View file

@ -87,7 +87,7 @@ _x86_64_pacman_restore() {
if [[ -z "${_CUSTOM_MIRRORLIST}" ]]; then
echo "System's ${_PACMAN_MIRROR} used ..."
else
echo "Restore system's ${_PACMAN_CONF} ..."
echo "Restore system's ${_PACMAN_MIRROR} ..."
cp "${_PACMAN_MIRROR}".old "${_PACMAN_MIRROR}"
fi
}