Skip to content
Snippets Groups Projects
Commit 62d89d5a authored by Hannes Feldt's avatar Hannes Feldt Committed by Reinder Kraaij
Browse files

fix

parent ce18c592
No related branches found
No related tags found
1 merge request!1072Resolve L2SS-2050 "Add station state transition interface"
#!/bin/bash
# Copyright (C) 2024 ASTRON (Netherlands Institute for Radio Astronomy)
#
# Copyright (C) 2025 ASTRON (Netherlands Institute for Radio Astronomy)
# SPDX-License-Identifier: Apache-2.0
#
if [ ! -f "setup.sh" ]; then
echo "submodule-and-lfs.sh must be executed with repository root as working directory!"
exit 1
fi
mkdir .git/hooks/
cp bin/hooks/* .git/hooks/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment