[PR #287] [MERGED] feat: add osh-remove-empty-folders.sh #376

Closed
opened 2026-05-07 00:20:37 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/287
Author: @speed47
Created: 1/18/2022
Status: Merged
Merged: 1/19/2022
Merged by: @speed47

Base: masterHead: cleanup_ttyrec


📝 Commits (3)

  • 2b87740 enh: introduce exit_fail and exit_success for shell scripts
  • 2d214c4 feat: add osh-remove-empty-folders.sh
  • 9e531cb doc: add documentation for osh-remove-empty-folders

📊 Changes

11 files changed (+274 additions, -27 deletions)

View changed files

📝 bin/admin/install (+4 -2)
📝 bin/cron/osh-backup-acl-keys.sh (+11 -16)
bin/cron/osh-remove-empty-folders.sh (+73 -0)
doc/sphinx-reference-headers/osh-remove-empty-folders.conf.header (+13 -0)
📝 doc/sphinx/Makefile (+7 -6)
📝 doc/sphinx/administration/configuration/index.rst (+4 -3)
doc/sphinx/administration/configuration/osh-remove-empty-folders_conf.rst (+83 -0)
etc/bastion/osh-remove-empty-folders.conf.dist (+51 -0)
etc/cron.d/osh-remove-empty-folders.dist (+3 -0)
📝 lib/shell/functions.inc (+18 -0)
📝 tests/functional/tests.d/200-scripts.sh (+7 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/287 **Author:** [@speed47](https://github.com/speed47) **Created:** 1/18/2022 **Status:** ✅ Merged **Merged:** 1/19/2022 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `cleanup_ttyrec` --- ### 📝 Commits (3) - [`2b87740`](https://github.com/ovh/the-bastion/commit/2b8774010e5ad3592c722d1c55fd07e095e52327) enh: introduce exit_fail and exit_success for shell scripts - [`2d214c4`](https://github.com/ovh/the-bastion/commit/2d214c410b83ae01be6618a313bb0182ad8ed7b0) feat: add osh-remove-empty-folders.sh - [`9e531cb`](https://github.com/ovh/the-bastion/commit/9e531cbee7b785cd771681b7507fdace37fb1c10) doc: add documentation for osh-remove-empty-folders ### 📊 Changes **11 files changed** (+274 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `bin/admin/install` (+4 -2) 📝 `bin/cron/osh-backup-acl-keys.sh` (+11 -16) ➕ `bin/cron/osh-remove-empty-folders.sh` (+73 -0) ➕ `doc/sphinx-reference-headers/osh-remove-empty-folders.conf.header` (+13 -0) 📝 `doc/sphinx/Makefile` (+7 -6) 📝 `doc/sphinx/administration/configuration/index.rst` (+4 -3) ➕ `doc/sphinx/administration/configuration/osh-remove-empty-folders_conf.rst` (+83 -0) ➕ `etc/bastion/osh-remove-empty-folders.conf.dist` (+51 -0) ➕ `etc/cron.d/osh-remove-empty-folders.dist` (+3 -0) 📝 `lib/shell/functions.inc` (+18 -0) 📝 `tests/functional/tests.d/200-scripts.sh` (+7 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:37 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#376
No description provided.