1
0
Fork 0
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:
kemenaran 2017-07-20 13:20:30 +02:00
parent 09d3768a2c
commit c630f9f02c

View file

@ -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