mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix app name replacment 😞
This commit is contained in:
parent
ba5319f2ba
commit
8eed421259
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ ignoreregex =
|
|||
# the first sed deleteds possibles spaces and the second one extract the path
|
||||
logpath=$(grep logpath "$YNH_APP_BASEDIR/conf/f2b_jail.conf" | sed "s/ //g" | sed "s/logpath=//g")
|
||||
# replace the '__APP__' by the real app name in the path
|
||||
logpath=$(sed "s/__APP__/$app/g")
|
||||
logpath=${logpath//__APP__/$app}
|
||||
fi
|
||||
|
||||
# Create the folder and logfile if they doesn't exist,
|
||||
|
|
Loading…
Add table
Reference in a new issue