Skip to content
Snippets Groups Projects
Commit 40924b4c authored by Marko Gobin's avatar Marko Gobin
Browse files

changed skipAutosnap message

parent 32664ab2
Branches master
No related tags found
1 merge request!1Merge dev into master
......@@ -26,7 +26,7 @@ function get_property() {
}
if $(get_property "skipAutosnap" "boolean" "false") ; then
echo "==> skipping due skipAutosnap in $CONF_FILE set to TRUE." >&2; exit 0;
echo "==> skipping timeshift-autosnap due skipAutosnap in $CONF_FILE set to TRUE." >&2; exit 0;
fi
timeshift --create --comments "$SNAPSHOT_DESCRIPTION" || { echo "Please close Timeshift and try again. Script will now exit..." >&2; exit 1; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment