From ef385a29f333de443300f60b891b0ac6db6a434a Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Fri, 23 Oct 2020 23:57:24 -0500 Subject: [PATCH] - Added fix for about versioning --- xkeysnail_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index 4b271f1..0078d4f 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -307,7 +307,7 @@ yes | cp -rf ./xkeysnail-config/xkeysnail.desktop ~/.config/kinto/xkeysnail.desk # logoff fix - not solid for every os. Prevents missed 1 character input on login # yes | sudo cp -rf xkeysnail-config/gnome_logoff.sh ~/.config/kinto/logoff.sh -git describe --tags --always origin master | perl -ne "print \"\$1 build `git rev-parse --short HEAD`\n\" for m/\b(.*)-\w+-\w{8}/" | head -n 1 > ~/.config/kinto/version +echo "$(git describe --tags --always origin master | head -n 1)" "build" "$(git rev-parse --short HEAD)" > ~/.config/kinto/version yes | cp -rf ./xkeysnail-config/kinto.py ./xkeysnail-config/kinto.py.new yes | cp -rf ./xkeysnail-config/limitedadmins ./xkeysnail-config/limitedadmins.new yes | cp -rf ./xkeysnail-config/gui/ ~/.config/kinto/