1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00

Fix shell scripts

This commit is contained in:
Philippe Bernery 2021-05-11 15:47:05 +02:00
parent fb77ce0f94
commit 39ce5a36a0
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ ynh_use_logrotate --logfile=/var/log/restic_backup_${app}.err
ynh_use_logrotate --logfile=/var/log/restic_check_${app}.log
ynh_use_logrotate --logfile=/var/log/restic_check_${app}.err
if [ "${generate_ssh_key}" == "true" ]; then
if [ "${generate_ssh_key}" = "true" ]; then
#=================================================
# GENERATE SSH KEY

View file

@ -156,7 +156,7 @@ ynh_use_logrotate --logfile=/var/log/restic_backup_${app}.err
ynh_use_logrotate --logfile=/var/log/restic_check_${app}.log
ynh_use_logrotate --logfile=/var/log/restic_check_${app}.err
if [ "${generate_ssh_key}" == "true" ]; then
if [ "${generate_ssh_key}" = "true" ]; then
#=================================================
# UPGRADE SSH CONFIG