diff options
author | rafa_99 <raroma09@gmail.com> | 2022-03-25 16:10:06 +0000 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-03-25 16:10:06 +0000 |
commit | 5477b66d6e2980fde61a10f77af4628d07dfe134 (patch) | |
tree | bc23acde94a4dcad606235ca8737abf5ca713c06 /scripts | |
parent | 70fefb7a22dbf1d3e9c23574683d7b772bc4e8b4 (diff) |
Fixed colorset script cloning in wrong folder
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/.local/bin/colorset | 2 |
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 |