When i create a new show site which is not in trunk, the file http://jyhem-9952-4675.show.tikiwiki.org/install_log.txt
shows an error
/usr/local/sbin//tim-create: line 87: [: 11.0: syntax error: invalid arithmetic operator (error token is ".0")
Ok, I can fix that in 2 minutes but I really wanted to experiment with the whole show workflow as a normal user
Let me fix it and close it
Offending line is
if [[ 'trunk' -eq $SVNTAG ]]
and $SVNTAG seems to be interpreted
The following takes no chances:
if [[ 'trunk' == "${SVNTAG}" ]]
Fixed in r47169.
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |