File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ before_install:
30
30
#sudo ln -s /usr/lib/x86_64-linux-gnu/libtommath.so.1 /usr/lib/x86_64-linux-gnu/libtommath.so.0 #This would be required on bionic and above
31
31
wget -O Firebird-3.0.5.33220-0.amd64.tar.gz "https://github.com/FirebirdSQL/firebird/releases/download/R3_0_5/Firebird-3.0.5.33220-0.amd64.tar.gz"
32
32
tar xzvf Firebird-3.0.5.33220-0.amd64.tar.gz
33
- git apply 123.diff
33
+ # git apply 123.diff
34
34
pushd Firebird-3.0.5.33220-0.amd64
35
35
sudo ./install.sh -silent
36
36
popd
@@ -42,7 +42,8 @@ before_install:
42
42
sudo /opt/firebird/bin/gsec -modify SYSDBA -pw masterkey -admin yes
43
43
sudo service --status-all
44
44
service --status-all
45
- sudo service firebird restart
45
+ #sudo service firebird restart
46
+ systemctl restart firebird-superserver.service
46
47
set +x
47
48
set +e
48
49
fi
You can’t perform that action at this time.
0 commit comments