Some bash scripts in the {CODE} syntax stops pages rendering
- Status
- Pending
- Subject
- Some bash scripts in the {CODE} syntax stops pages rendering
- Version
- 2.x
- Category
- Error
- Dogfood on a *.tiki.org site
- Feature
- Wiki Syntax (text area, parser, external wiki, etc)
- Resolution status
- New
- Submitted by
- Rip
- Lastmod by
- Rip
- Rating
- Description
After adding the following to wiki pages it stops them rendering.
bashCopy to clipboardLOCATION=smb://server/directory/ IFS=$'\n' for SONGS in $(find -type f |grep .mp3 | awk 'sub("./","") {print $0}';find -type f |grep .wmv | awk 'sub("./","") {print $0}'; find -type f |grep .ogg | awk 'sub("./","") {print $0}') do echo $LOCATION$SONGS done- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 2068
- Created
- Sunday 12 October, 2008 04:44:11 UTC
by Unknown - LastModif
- Sunday 12 October, 2008 04:44:11 UTC