* fix manifest * fix tabs * add Services section in manifest * Fix invalid JSON open an issue https://dev.yunohost.org/issues/1097 * fix "Impossible de satisfaire les pré-requis pour vpnclient : Paquet « yunohost-moulinette » inconnu" * finalisation manifest.json et harmonisation avec https://yunohost.org/#/packaging_apps_manifest_fr * ajout de du CI avec .travis.yml * Update README.md * lifting manifest.json * remove exit 0 from scrits and add .gitignore * fix lint error with exit * fix #31 * refix #31
9 lines
178 B
Bash
9 lines
178 B
Bash
#!/bin/bash
|
|
|
|
backup_dir="${1}/apps/vpnclient"
|
|
mkdir -p "${backup_dir}/"
|
|
|
|
sudo cp -a /etc/openvpn/keys/ "${backup_dir}/"
|
|
sudo cp -a /etc/openvpn/client.conf.tpl "${backup_dir}/"
|
|
|