PVE-mods/src/nag_screen/patches/post-revert.sh
Meliox bfeeb94948
Restructure to support dynamically assembly at build runtime (#199)
* restruture into dynamically assembled at build time

* part 2

* ss

* rename files

* more

* remove file

---------

Co-authored-by: Meliox <na>
2026-06-11 20:36:12 +02:00

10 lines
312 B
Bash

#!/usr/bin/env bash
# post-revert hook for the nag_screen mod.
# Runs before nag_screen patches are reverted. Provided env: MOD_CONF,
# STASH_DIR, CONFD_DIR. Requests a pveproxy restart so the original UI is served.
# Exit codes: 0 = no change, 100 = changed (restart pveproxy), other = error.
set -u
exit 100