7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
# PostgreSQL data, logs and application settings live in TRIM_PKGVAR and are
|
|
# intentionally not touched while fnOS replaces the immutable application.
|
|
exit 0
|