Skip to content

Commit

Permalink
fix: skyscraper wrong instruction
Browse files Browse the repository at this point in the history
Fixes #26
  • Loading branch information
Subtixx committed Feb 12, 2023
1 parent 5225673 commit 549e9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/supplementary/skyscraper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ function _gui_advanced_skyscraper() {

function gui_skyscraper() {
if pgrep "emulationstatio" >/dev/null; then
printMsgs "dialog" "This Scraper Must Not Be Run While EmulationStation Is Running Or The Scraped Data Will Be Overwritten!\n\nPlease Quit EmulationStation And Run ArchyPie-Setup From The Terminal:\n\n sudo \${HOME}/ArchyPie-Setup/archypie_setup.sh"
printMsgs "dialog" "This Scraper Must Not Be Run While EmulationStation Is Running Or The Scraped Data Will Be Overwritten!\n\nPlease Quit EmulationStation And Run ArchyPie-Setup From The Terminal:\n\n ./\${HOME}/ArchyPie-Setup/archypie_setup.sh"
return
fi

Expand Down

0 comments on commit 549e9da

Please sign in to comment.