Files
live_recorder/fnos-postgresql/cmd/uninstall_init
T

5 lines
66 B
Bash

#!/bin/bash
set -eu
"$(dirname -- "$0")/main" stop || true
exit 0