From 5b9345dca2644073af5a9cc5f4a1847b71974ed6 Mon Sep 17 00:00:00 2001 From: Nicole George Date: Thu, 2 Jul 2020 19:36:11 -0500 Subject: [PATCH] Fixed typo with saving settings --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 706e8b1..7f26767 100755 --- a/launch.sh +++ b/launch.sh @@ -127,7 +127,7 @@ settings () { echo "export WINEPREFIX=\"$WINEPREFIX\"" >> "$WORLDSDIR/wrldslinux" echo "export WORLDSINSTALL=\"$WORLDSINSTALL\"" >> "$WORLDSDIR/wrldslinux" echo "export SETTHEME=\"$SETTHEME\"" >> "$WORLDSDIR/wrldslinux" - echo "source \"$WORLDSDIR/wlrdscmd\"" >> "$WORLDSDIR/wrldslinux" + echo "source \"$WORLDSDIR/wrldscmd\"" >> "$WORLDSDIR/wrldslinux" } theme () {