mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
helper: fix previous tweak about debugging diff for manually modified files on the CI @_@
This commit is contained in:
parent
9b1f4c9e1b
commit
c24c0a2ae1
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ ynh_store_file_checksum() {
|
|||
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
||||
# Using a base64 is in fact more reversible than "replace / and space by _" ... So we can in fact obtain the original file path in an easy reliable way ...
|
||||
local file_path_base64=$(echo "$file" | base64)
|
||||
mkdir -p /var/cache/yunohost/appconfbackup/
|
||||
cat $file > /var/cache/yunohost/appconfbackup/original_${file_path_base64}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue