mirror of
https://github.com/runcitadel/core.git
synced 2024-11-14 09:50:22 +00:00
11 lines
180 B
Bash
Executable File
11 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
set -euo pipefail
|
|
|
|
./scripts/stop
|
|
shutdown -r now
|