diff options
| -rw-r--r-- | dwm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1642,8 +1642,8 @@ run(void) void runAutostart(void) { - system("cd ~/scripts; ./autostart_blocking.sh") - system("cd ~/scripts; ./autostart.sh &"); + system("cd ~/scripts; sh ./autostart_blocking.sh"); + system("cd ~/scripts; sh ./autostart.sh &"); } void |
