1
0
mirror of https://github.com/cnrancher/kube-explorer.git synced 2025-05-06 15:07:10 +00:00
kube-explorer/scripts/entry
2021-04-17 11:44:46 +08: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 .