1
0
mirror of https://github.com/stucki/docker-lineageos synced 2025-01-09 17:39:47 -05:00

Don't hardcode path for bash

This commit is contained in:
Michael Stucki 2017-04-21 12:50:59 +02:00
parent e8ae111907
commit 80265768b9

2
run.sh
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd $(dirname $0)