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