1
0
Fork 0
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:
Phantop 2020-10-19 18:25:49 +00:00 committed by GitHub
parent ca54c9a9cc
commit c9876ac685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"