mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:04:31 +00:00
file cleanup
This commit is contained in:
parent
8d68efcf36
commit
a97f25ca73
@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
export PROLE_HOME=$HOME/dev/prole
|
||||
PROLE_PASSWD=`cat $PROLE_HOME/prole-db/.prole_user_password | base64 -d`
|
||||
HOST_IP=`ifconfig en0 | grep 'inet ' | awk '{print $2}'`
|
||||
|
||||
NODE_TOKEN=$( docker exec k3d-prole-service-cluster-server-0 cat /var/lib/rancher/k3s/server/node-token )
|
||||
|
||||
echo $NODE_TOKEN
|
||||
Loading…
Reference in New Issue
Block a user