mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 12:35:23 -04:00
permission denied #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @reinethernal on GitHub (Dec 8, 2024).
./generate_config.sh your.domain
-bash: ./generate_config.sh: Permission denied
Running in LXC container
@yonghumingzhendekeyizhemechang commented on GitHub (Dec 17, 2024):
you can do like this : ". generate_config.sh your.domain"
@reinethernal commented on GitHub (Dec 17, 2024):
Thx, i'll try)
@JohnFajardo commented on GitHub (Dec 22, 2024):
run chmod +x ./generate_config.sh, then try again since for some reason the file doesn't come with execution permissions.
@DeclanChidlow commented on GitHub (Jan 26, 2025):
Fixed with
835e245fec