This commit is contained in:
teldra 2021-04-18 18:41:12 +02:00
parent 2fe9d9f2ec
commit b3124602f8
2 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,7 @@ else
btrbk --config="${cfg}" --quiet clean "${s}"
echo "fail: btrbk --config=${cfg} --quiet run ${s}"
exit
fi
done
fi
@ -28,7 +29,9 @@ if ! sudo update-grub 2> /dev/null; then
echo update-grub failed
fi
if [[ ! $- == *i* ]]; then
if [ -z "$PS1" ]; then
:
else
echo "System wurde snapshotted."
if [[ ! "${1}" == "home" ]]; then
echo "Private Daten wurden nicht snapshotted."

View File

@ -7,4 +7,4 @@ appendpath () {
esac
}
appendpath '${HOME}/local/bin'
appendpath '${HOME}/.local/bin'