mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix error message in case the backup storage directory does not exist and
cannot be created ($daily_backup_pkgdb_dbdir -> $daily_backup_pkgdb_dir). MFC after: 1 week
This commit is contained in:
parent
a05e382c09
commit
3efd8ccdb5
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ case "$daily_backup_pkgdb_enable" in
|
|||
then
|
||||
install -d -o root -g wheel -m 750 $bak || {
|
||||
echo '$daily_backup_pkgdb_enable is enabled but' \
|
||||
"$daily_backup_pkgdb_dbdir doesn't exist" ;
|
||||
"$daily_backup_pkgdb_dir doesn't exist" ;
|
||||
exit 2 ; }
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue