Skip to content

Commit

Permalink
Append env file instead overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-smirnov committed Nov 8, 2024
1 parent ce7128c commit 4bde052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fb3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo systemctl restart firebird3.0
sudo chmod 0664 /etc/firebird/3.0/SYSDBA.password
grep '=' /etc/firebird/3.0/SYSDBA.password |sed 's/^/export /' >test_user.env
export FIREBIRD_LOG=/var/log/firebird/firebird3.0.log > test_user.env
export FIREBIRD_LOG=/var/log/firebird/firebird3.0.log >> test_user.env
sudo touch /var/log/firebird/firebird3.0.log
sudo chmod 777 /var/log/firebird/firebird3.0.log
sudo cat /etc/firebird/3.0/SYSDBA.password
Expand Down

0 comments on commit 4bde052

Please sign in to comment.