mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 16:08:11 +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")
|
tty_script = os.path.join(CACHE_DIR, "colors-tty.sh")
|
||||||
|
|
||||||
if os.path.isfile(tty_script):
|
if os.path.isfile(tty_script):
|
||||||
subprocess.Popen([tty_script])
|
subprocess.Popen(["sh", tty_script])
|
||||||
|
|
||||||
|
|
||||||
def xrdb(xrdb_files=None):
|
def xrdb(xrdb_files=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user