Skip to content

Commit c1dda1b

Browse files
committed
Use correct location for apptainer starter
1 parent 78e0eb9 commit c1dda1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: install_apptainer_ubuntu.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ $(echo -e "$ubuntu_version\n23.10" | sort -V | head -n 1) == "23.10" ]]; t
1717
# Permit unprivileged user namespace creation for apptainer starter
1818
abi <abi/4.0>,
1919
include <tunables/global>
20-
profile apptainer /usr/local/libexec/apptainer/bin/starter{,-suid}
20+
profile apptainer /usr/libexec/apptainer/bin/starter{,-suid}
2121
flags=(unconfined) {
2222
userns,
2323
# Site-specific additions and overrides. See local/README for details.
@@ -26,7 +26,6 @@ profile apptainer /usr/local/libexec/apptainer/bin/starter{,-suid}
2626
EOF
2727
sudo systemctl reload apparmor
2828
fi
29-
which apptainer
3029
apptainer --version
3130
# also check whether 'singularity' command is still provided by Apptainer installation
3231
singularity --version

0 commit comments

Comments
 (0)