Skip to content

Commit

Permalink
add emoji to status message
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax committed Oct 31, 2024
1 parent 22f3ec1 commit b011738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/start_global_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
################################################################################

if [ "$(readlink /proc/self/ns/mnt)" != "$(readlink /proc/1/ns/mnt)" ]; then
nsenter -t 1 -m -- /bin/sh -c "cd $PWD && echo 'now running in global mount namespace' && /bin/sh"
nsenter -t 1 -m -- /bin/sh -c "cd $PWD && echo 'now running in global mount namespace 👍' && /bin/sh"
else
echo 'already running in global mount namespace'
echo 'already running in global mount namespace 🤔'
fi

0 comments on commit b011738

Please sign in to comment.