summarylogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 2309b5acac04..24afa9b7d8f6 100755
--- a/install.sh
+++ b/install.sh
@@ -27,7 +27,7 @@ check_postgres() {
}
check_mugen() {
- if [ -f "/usr/lib/karaokemugen/asar/app.asar" ]; then
+ if [ -f "/usr/lib/karaokemugen/app.asar" ]; then
echo -e "${_COL_GREEN_}Karaoke Mugen is installed in /usr/lib/karaokemugen."
else
echo -e "${_COL_BRED_}Karaoke Mugen is not installed in /usr/lib/karaokemugen. Exiting."