[PR #158] [MERGED] fix(generate_config.sh): tail compatibility #178

Closed
opened 2026-02-16 12:51:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/self-hosted/pull/158
Author: @benv666
Created: 7/12/2025
Status: Merged
Merged: 7/18/2025
Merged by: @insertish

Base: masterHead: patch-1


📝 Commits (1)

  • b622d09 fix(generate_config.sh): tail compatibility

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 generate_config.sh (+1 -1)

📄 Description

Running the generate_config.sh script on Slackware 15 lead to a

tail: cannot open '65' for reading: No such file or directory

error. This fixes it and should be compatible.

Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

🔄 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/stoatchat/self-hosted/pull/158 **Author:** [@benv666](https://github.com/benv666) **Created:** 7/12/2025 **Status:** ✅ Merged **Merged:** 7/18/2025 **Merged by:** [@insertish](https://github.com/insertish) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`b622d09`](https://github.com/stoatchat/self-hosted/commit/b622d0933d001fe9693f1cbd7146bd1315b1711d) fix(generate_config.sh): tail compatibility ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `generate_config.sh` (+1 -1) </details> ### 📄 Description Running the generate_config.sh script on Slackware 15 lead to a ``` tail: cannot open '65' for reading: No such file or directory ``` error. This fixes it and should be compatible. ## Please make sure to check the following tasks before opening and submitting a PR - [ ] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) - [x] I have tested my changes locally and they are working as intended --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:51:43 -05:00
yindo closed this issue 2026-02-16 12:51:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#178