mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 07:58:12 +01:00
reload: Fix perm error. Closes #157.
This commit is contained in:
parent
3512bb507f
commit
85012069c3
@ -15,7 +15,7 @@ def tty():
|
||||
tty_script = os.path.join(CACHE_DIR, "colors-tty.sh")
|
||||
|
||||
if os.path.isfile(tty_script):
|
||||
subprocess.Popen([tty_script])
|
||||
subprocess.Popen(["sh", tty_script])
|
||||
|
||||
|
||||
def xrdb(xrdb_files=None):
|
||||
|
Loading…
Reference in New Issue
Block a user