forked from ISTI-ansible-roles/ansible-roles
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sudo {{ d4science_service_stop_command }}
|
||
|
|
||
|
exit $?
|