Skip to content

Commit

Permalink
Check if ftps server crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Jul 25, 2024
1 parent 9e6f31c commit 28e64af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
if: ${{ matrix.moto_server }}

- name: Start vsftpd
timeout-minutes: 2
run: |
sudo apt-get install vsftpd
sudo bash ci_helpers/helpers.sh create_ftp_ftps_servers
Expand Down
2 changes: 1 addition & 1 deletion ci_helpers/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ require_ssl_reuse=NO
echo -e "$server_setup\nlisten_port=${ftps_port}\n$additional_ssl_setup" >> /etc/vsftpd-ssl.conf

service vsftpd restart
vsftpd /etc/vsftpd-ssl.conf &
vsftpd /etc/vsftpd-ssl.conf
}

disable_moto_server(){
Expand Down

0 comments on commit 28e64af

Please sign in to comment.