1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00

Update updater.sh

Add quotes for commit_sha value
This commit is contained in:
ewilly 2023-09-28 06:50:33 +02:00 committed by GitHub
parent d3db999d66
commit f8a04b692c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ fi
#=================================================
# Replace new version in _common.sh
sed -i "s/^commit_sha=.*/commit_sha=$commit_hash/" scripts/_common.sh
sed -i "s/^commit_sha=.*/commit_sha=\"$commit_hash\"/" scripts/_common.sh
#=================================================
# GENERIC FINALIZATION