summaryrefslogtreecommitdiff
path: root/scripts/.local/bin/colorset
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2022-03-25 16:10:06 +0000
committerrafa_99 <raroma09@gmail.com>2022-03-25 16:10:06 +0000
commit5477b66d6e2980fde61a10f77af4628d07dfe134 (patch)
treebc23acde94a4dcad606235ca8737abf5ca713c06 /scripts/.local/bin/colorset
parent70fefb7a22dbf1d3e9c23574683d7b772bc4e8b4 (diff)
Fixed colorset script cloning in wrong folder
Diffstat (limited to 'scripts/.local/bin/colorset')
-rwxr-xr-xscripts/.local/bin/colorset2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.local/bin/colorset b/scripts/.local/bin/colorset
index 6eaf9e4..3148580 100755
--- a/scripts/.local/bin/colorset
+++ b/scripts/.local/bin/colorset
@@ -41,4 +41,4 @@ cp -rf "$SRC"/colors/* "$SRC"
cp -rf "$SRC"/colors/wallpaper.png ~/.config/wallpaper
xwallpaper --stretch "$WALLPAPER"
-"$SRC"/compileSource
+cd "$SRC" && ./compileSource