mirror of
https://github.com/rancher/os.git
synced 2025-06-23 13:37:03 +00:00
8 lines
85 B
Bash
Executable File
8 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
. ./scripts/dapper-common
|
|
|
|
exec dapper -d -s
|