1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 19:25:44 +00:00
rke/scripts/entry
Alena Prokharchyk 60574a70bb Initial Commit
2017-10-25 17:02:49 -07:00

12 lines
144 B
Bash
Executable File

#!/bin/bash
set -e
mkdir -p bin dist
if [ -e ./scripts/$1 ]; then
./scripts/"$@"
else
exec "$@"
fi
chown -R $DAPPER_UID:$DAPPER_GID .