mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
9 lines
206 B
Bash
Executable File
9 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo service rabbitmq-server restart
|
|
sudo service postgresql restart
|
|
sudo service redis-server restart
|
|
sudo service memcached restart
|
|
source /home/zulip/.bash_profile
|
|
/srv/zulip/tools/test-all
|