diff --git a/module/uninstall.sh b/module/uninstall.sh index 1ba56e8..92f9a11 100644 --- a/module/uninstall.sh +++ b/module/uninstall.sh @@ -14,4 +14,5 @@ if [ -d "$TS" ]; then [ -L "$TS/webroot" ] && rm -f "$TS/webroot" [ -L "$TS/action.sh" ] && rm -f "$TS/action.sh" fi +mv -f "$SCRIPT_DIR/keybox.xml" "$SCRIPT_DIR/keybox.xml.bak" xxd -r -p "$MODPATH/common/.default" | base64 -d > "$SCRIPT_DIR/keybox.xml"