mirror of https://github.com/coddrago/Heroku
Delete _start_sandbox.sh
parent
b766f87a6b
commit
a17ecdf466
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ $(uname -m) = "aarch64" ]; then
|
||||
./isolate_aarch64
|
||||
elif [ $(uname -m) = "x86_64" ]; then
|
||||
./isolate_x86-64
|
||||
elif [ $(uname -m) = "armv7l" ]; then
|
||||
./isolate_armv7l
|
||||
fi
|
Loading…
Reference in New Issue