Merge pull request #4460 from dan-santana/master

Use POSIX shell instead of bash on scripts/open_url_in_instance.sh
This commit is contained in:
Jay Kamat 2018-12-07 17:59:03 -08:00 committed by GitHub
commit bc06c66823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# initial idea: Florian Bruhin (The-Compiler)
# author: Thore Bödecker (foxxx0)