mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
backup: fix double-slash in path
This commit is contained in:
parent
09d3768a2c
commit
c630f9f02c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ app=mattermost
|
|||
|
||||
# The parameter $1 is the backup directory location
|
||||
# which will be compressed afterward
|
||||
backup_dir=$1/apps/$app
|
||||
backup_dir=${1}apps/$app
|
||||
sudo mkdir -p $backup_dir
|
||||
|
||||
# Backup sources
|
||||
|
|
Loading…
Add table
Reference in a new issue