Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Don't do trivial sudo
Browse files Browse the repository at this point in the history
Avoid sudo if possible.
  • Loading branch information
jc00ke committed Jul 28, 2015
1 parent 15540cb commit 74997ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ PLATFORM="`uname -sm | tr ' ' '-'`"
machine_name="`uname -n`"
echo "[Info] Configuring $machine_name to run MagLev"

# Do a trivial sudo to test we can and get the password prompt out of the way
sudo date

# Figure out how much total memory is installed
echo "[Info] Setting up shared memory"
#
Expand Down

0 comments on commit 74997ab

Please sign in to comment.