Use POSIX shell instead of bash on scripts/open_url_in_instance.sh

This commit is contained in:
Daniel Santana 2018-12-07 12:25:47 -02:00
parent fe75ee1469
commit d505ed9fa2
No known key found for this signature in database
GPG Key ID: 773B0FB7975D0938

View File

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