🐛 fix(snapper): fix misleading hint that assumes root config exists

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
FlintyLemming
2026-02-28 17:36:37 +08:00
parent 1e1fb13520
commit ed73b90ef0

View File

@@ -302,8 +302,9 @@ main() {
echo ""
echo -e "${BOLD}${GREEN}══ Snapper configuration complete! ══${NC}"
info "Timeline snapshots will run automatically via systemd timers"
info "View snapshots: sudo snapper list"
info "Manual snapshot: sudo snapper -c <config> create --description 'my-snapshot'"
info "List all configs: sudo snapper list-configs"
info "View snapshots: sudo snapper -c <config> list"
info "Manual snapshot: sudo snapper -c <config> create --description 'my-snapshot'"
}
main "$@"