Skip to content

Commit

Permalink
bash too
Browse files Browse the repository at this point in the history
  • Loading branch information
dmd committed Jul 31, 2023
1 parent 38edb7a commit 11747d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster-user-add
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ E=$2
chown -R $U:$U /home/$U

cp /home/proto/.cshrc /home/proto/.cshrc.local /home/$U
chown $U:$U /home/$U/.cshrc*
cp /home/proto/.bash_profile /home/$U
chown $U:$U /home/$U/.cshrc* /home/$U/.bash*

## create nisaba dataset
API_KEY=$(cat ~ddrucker/truenas/apikey.txt)
Expand Down

0 comments on commit 11747d8

Please sign in to comment.