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