1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00
restic_ynh/check-yunohost-package.sh
Lionel Coupouchetty-Ramouchetty e94d93b062 feat: stop vagrant vm after test
2021-02-28 18:57:06 +01:00

4 lines
97 B
Bash
Executable file

#!/bin/bash
vagrant up
vagrant ssh -c "/package_check/package_check.sh /restic_ynh"
vagrant halt