EventAggregator

instactions

172:5f7952d7dde7
2011-04-05 Paul Boddie Added a fix to getFullMonthLabel, returning an empty string if the month is unspecified. (Originates from revision 128.)
     1 #!/bin/bash     2      3 if [[ ! $1 ]] ; then     4     echo "Please specify a directory such as ../mysite/wiki or /tmp/mysite/wiki."     5     echo "This should be the root of your Wiki installation and contain the data"     6     echo "directory."     7     echo     8     echo "You may wish to uncomment and modify the chown command in this script."     9     exit    10 fi    11     12 cp actions/*.py $1/data/plugin/action/    13 #chown www-data: $1/data/plugin/action/*.py