desktop-environment/docker/scripts/recycle-hard.sh
Jackson Delahunt 11330b0364 path
2019-10-16 12:35:14 +11:00

11 lines
310 B
Bash
Executable file

REPO_ROOT=$(dirname $(readlink -f $0))/../..
# Rebuild the desktop environment
$REPO_ROOT/docker/scripts/build.sh
# Check for data loss before recycling
$REPO_ROOT/docker/scripts/pre-clean.sh
# Reset the desktop environment state
$REPO_ROOT/docker/scripts/clean-hard.sh
$REPO_ROOT/docker/scripts/restart.sh