Skip to content

Commit

Permalink
try various home strats
Browse files Browse the repository at this point in the history
  • Loading branch information
geedo0 committed Aug 21, 2024
1 parent e776e78 commit b82b12f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
mkdir -p -m 0755 /var/empty
groupadd sshd
useradd -g sshd -c 'sshd privsep' -d /var/empty -s /bin/false sshd
- name: experiment
run: |
echo $USER
echo $~USER
echo $HOME
echo ~
cat /etc/passwd | grep $USER | cut -d ':' -f6
exit -1
- name: Clone liboqs
run: ./oqs-scripts/clone_liboqs.sh
- name: Build liboqs
Expand Down
3 changes: 2 additions & 1 deletion regress/percent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ USERID=`id -u`
HOST=`hostname | cut -f1 -d.`
HOSTNAME=`hostname`
HASH=""
echo -n ~
echo $USER
echo -n ~$USER
HOME=`echo -n ~`
echo $HOME

Expand Down

0 comments on commit b82b12f

Please sign in to comment.