This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 19:24:04.482 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework | |
| 19:24:04.489 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available | |
| 19:24:04.490 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available | |
| 19:24:04.491 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available | |
| 19:24:04.491 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true | |
| 19:24:04.568 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000 | |
| 19:24:04.568 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8 | |
| 19:24:04.568 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false | |
| 19:24:04.568 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available | |
| 19:24:04.569 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| user=$EUID | |
| if [ "${user}" != "0" ]; then | |
| echo | |
| echo "$0 must be run as root - you are running as $EUID" | |
| echo | |
| exit 1 | |
| fi | |
| echo | |
| echo "About to destroy Rancher 2.x install" |
OlderNewer