"owner": "mar77i <mar77i@protonmail.ch>",
"description": "mar77i.info website",
},
+ "hublib": {
+ "owner": "mar77i <mar77i@protonmail.ch>",
+ "description": "base for websocket toys",
+ },
}
done
EOF
-hook_hash="$(printf '%s' "${hook}"|sha256sum| cut -d\ -f1)"
-[[ -f "${dest}" ]] && current_hash="$(sha256sum hooks/post-receive| cut -d\ -f1)"
-
print_and_run() {
printf ">>>"
for (( i = 1; i < $# + 1; i++ )); do
exit
fi
+hook_hash="$(printf '%s' "${hook}"|sha256sum| cut -d\ -f1)"
+[[ -f "${dest}" ]] && current_hash="$(sha256sum hooks/post-receive| cut -d\ -f1)"
[[ "${hook_hash}" != "${current_hash}" ]] && update_post_receive_hook
update_gitweb_theme() {