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:
parent
fb77ce0f94
commit
39ce5a36a0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue