I hereby claim:
- I am pagottoo on github.
- I am pagottoo (https://keybase.io/pagottoo) on keybase.
- I have a public key ASASXS-r22A1wDjIP2m4TL00SOa9vnxzuLvhOzKB8ccMrgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
############################################################################### | |
# Copyright (c) 2018 Red Hat Inc | |
# | |
# See the NOTICE file(s) distributed with this work for additional | |
# information regarding copyright ownership. | |
# | |
# This program and the accompanying materials are made available under the | |
# terms of the Eclipse Public License 2.0 which is available at |
#!/bin/bash | |
LOGFILE=/var/log/controlplane-init.log | |
echo "Starting controlplane-init script..." | tee -a $LOGFILE |