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
1 changed files with 2 additions and 3 deletions

View File

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