Skip to content

Commit ba2b405

Browse files
authored
Update pifm.sh
1 parent 022693f commit ba2b405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pi4/pifm.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ zenity --progress --title="PiFM by Mundeep Lamport" --percentage=0 --auto-close
111111
echo "Completed. Starting service Pi FM RDS"
112112

113113
# Running Pi FM RDS
114-
cd /home/pi/PiFM/src
114+
cd $HOME/PiFM/src
115115
sudo ./pifm --ps $ps --rt "$rt" --freq $frequency --audio $audio --preemph $region --pty $genre --power $power
116-
zenity --title="PiFM by Mundeep Lamport" --info --text="Transmission ended. Thank you for using the PiFM Transmission software that was developed by Mundeep Lamport. If you would like to use more advanced settings, be sure to check out the README file in the /home/pi/PiFM directory. This will teach you further arguements and how to use the command line." --width=500 --height=150 --ok-label="Exit"
116+
zenity --title="PiFM by Mundeep Lamport" --info --text="Transmission ended. Thank you for using the PiFM Transmission software that was developed by Mundeep Lamport. If you would like to use more advanced settings, be sure to check out the README file in the $HOME/PiFM directory. This will teach you further arguements and how to use the command line." --width=500 --height=150 --ok-label="Exit"

0 commit comments

Comments
 (0)