4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/sh
|
||
|
vagrant ssh -c "cd /vagrant/scripts/vagrant && bash backupMongo.sh"
|
||
|
|