-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
900b0bd
commit 4e94a92
Showing
3 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
apt-get install -qq firebird2.1-super firebird2.1-dev expect | ||
export DEBIAN_FRONTEND=readline | ||
expect ${TRAVIS_BUILD_DIR}/tests/ci/travis/dpkg_firebird2.1.exp | ||
export DEBIAN_FRONTEND=dialog | ||
|
||
service firebird2.1-super start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
apt-get install -qq firebird2.5-super firebird2.5-dev | ||
export FIREBIRD_SERVER_CONFIG=/etc/default/firebird$FB | ||
sed /ENABLE_FIREBIRD_SERVER=/s/no/yes/ -i $FIREBIRD_SERVER_CONFIG | ||
car $FIREBIRD_SERVER_CONFIG | grep ENABLE_FIREBIRD_SERVER | ||
|
||
service firebird2.5-super start |