Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderr committed Jan 17, 2025
1 parent 0d31ffe commit 64993d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions lsm-srlinux/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ copyright: 2022 Inmanta
modulepath: libs
downloadpath: libs
install_mode: release
# The repo block is for ISO6, inmanta-core<=10.0
# This example requires licensed modules,
# replace <token> with inmanta access token you received with your license
repo:
- type: package
url: https://artifacts.internal.inmanta.com/inmanta/next
# The pip block is for ISO7 and up, inmanta-core>10.0
# This example requires licensed modules,
# replace <token> with inmanta access token you received with your license
Expand Down
4 changes: 2 additions & 2 deletions lsm-srlinux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ if [ -z "${1}" ]; then
exit 1
fi

dir="/var/lib/inmanta/server/${1}"
dir="/var/lib/inmanta/server/${1}/compiler/"

mkdir $dir
mkdir -p $dir
cp -r /code/* $dir

chown -R inmanta $dir

0 comments on commit 64993d4

Please sign in to comment.