forked from michael.heier/citadel-core
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 -r now
|