mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] No fucking uppercase !
Uppercase variables are for environment variables. Fix line 80: SRC_PATH: unbound variable
This commit is contained in:
parent
d12334ba18
commit
ec48edfef8
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ ynh_backup() {
|
|||
echo "Source path '${src_path}' does not exist" >&2
|
||||
if [ "$not_mandatory" == "0" ]
|
||||
then
|
||||
echo "Source path '${SRC_PATH}' does not exist" >&2
|
||||
echo "Source path '${src_path}' does not exist" >&2
|
||||
|
||||
# This is a temporary fix for fail2ban config files missing after the migration to stretch.
|
||||
if echo "${src_path}" | grep --quiet "/etc/fail2ban"
|
||||
|
|
Loading…
Add table
Reference in a new issue