Skip to content

Commit

Permalink
Update testing-actions-1.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michacassola committed Mar 19, 2024
1 parent 631e5df commit 97561d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing-actions-1.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#! /usr/bin/env bash

pwd
workdir="$(pwd)"
ls "$workdir"

if [[ $EUID -gt 0 ]]; then
echo "Not root, exiting..."
Expand Down

0 comments on commit 97561d6

Please sign in to comment.