4 lines
78 B
Bash
4 lines
78 B
Bash
|
#!/bin/sh
|
||
|
vagrant ssh -c "bash /vagrant/scripts/vagrant/core/backupMongo.sh"
|
||
|
|