BASHrc Upgrades, Backup Script, DWM Enhancements, Hugo Helpers, Branch Controls #7

Merged
me merged 112 commits from dev into main 2025-12-01 09:50:55 -07:00
Showing only changes of commit f8a60b4287 - Show all commits

View File

@@ -841,7 +841,7 @@
cd "$dir" cd "$dir"
pull_prod_backup "$DOCKER" pull_prod_backup "$DOCKER"
pull_prod_backup "$SYSTEM" pull_prod_backup "$SYSTEM"
ls -lh *.zip du -h *.zip | sort -h
status="$?" status="$?"
cd .. cd ..
if [[ "$status" != 0 ]]; then if [[ "$status" != 0 ]]; then