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

Merge pull request #131 from ewilly/patch-2

Update updater.sh
This commit is contained in:
Quentin Michaud 2023-10-02 22:15:13 +02:00 committed by GitHub
commit 89181dc8b3
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 # 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 # GENERIC FINALIZATION