mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
vagrant up
|
|
vagrant ssh -c "/package_check/package_check.sh /restic_ynh"
|
|
vagrant halt
|