Skip to content

Commit

Permalink
Update functions.sh
Browse files Browse the repository at this point in the history
update madsonic prompt
  • Loading branch information
blindpet committed Jan 5, 2016
1 parent 49ef6b0 commit 6eb25e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ install_madsonic (){
#--------------------------------------------------------------------------------------------------------------------------------
# install Madsonic
#--------------------------------------------------------------------------------------------------------------------------------
MADSONICUSER=$(whiptail --inputbox "Enter the user to run Ubooquity as (usually pi)" 8 78 "pi" --title "$SECTION" 3>&1 1>&2 2>&3)
MADSONICUSER=$(whiptail --inputbox "Enter the user to run Madsonic as (usually pi)" 8 78 "pi" --title "$SECTION" 3>&1 1>&2 2>&3)
exitstatus=$?; if [ $exitstatus = 1 ]; then exit 1; fi
if ! getent passwd $MADSONICUSER > /dev/null; then
echo "User $MADSONICUSER doesn't exist, exiting, restart the installer"
Expand Down

0 comments on commit 6eb25e2

Please sign in to comment.