mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Source getter for config panel
This commit is contained in:
parent
574b01bcf4
commit
b0f6a07372
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ EOL
|
|||
# Specific case for files (all content of the file is the source)
|
||||
else
|
||||
|
||||
old[$short_setting]="$(ls $source 2> /dev/null || echo YNH_NULL)"
|
||||
old[$short_setting]="$(ls $(echo $source | sed s@__FINALPATH__@$final_path@ | sed s/__APP__/$app/) 2> /dev/null || echo YNH_NULL)"
|
||||
file_hash[$short_setting]="true"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue