Loading...
 
Skip to main content

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
(0)
Description

After adding the following to wiki pages it stops them rendering.

bash
Copy to clipboard
LOCATION=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+
Demonstrate Bug (older Tiki versions)
Ticket ID
2068
Created
Sunday 12 October, 2008 04:44:11 UTC
by Unknown
LastModif
Sunday 12 October, 2008 04:44:11 UTC


Show PHP error messages