mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
11 lines
179 B
Bash
Executable File
11 lines
179 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
set -euo pipefail
|
|
|
|
./scripts/stop
|
|
shutdown -h now
|