mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 18:43:02 +01:00
9 lines
155 B
Bash
9 lines
155 B
Bash
#!/bin/sh
|
|
|
|
# This runs before firebird archive is opened
|
|
|
|
checkIfServerRunning
|
|
|
|
# Failing that we archive any files we find
|
|
archivePriorInstallSystemFiles
|