mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-26 15:06:50 +00:00
Invidious: remove unneeded cd
This commit is contained in:
parent
ca54c9a9cc
commit
c9876ac685
|
@ -1,3 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
cd $D/Installs/invidious
|
tmux new -s 0 -d 'cd $D/Installs/invidious; docker-compose up'
|
||||||
tmux new -s 0 -d "cd $D/Installs/invidious; docker-compose up"
|
|
||||||
|
|
Loading…
Reference in a new issue