fix reversed symbolic link
authorChris Sharp <csharp@georgialibraries.org>
Thu, 11 Apr 2019 00:25:25 +0000 (20:25 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 11 Apr 2019 00:25:25 +0000 (20:25 -0400)
templates/setup.sh

index b4a3806..6c2a2c1 100755 (executable)
@@ -741,7 +741,7 @@ then
        fi
        if rm -rf /openils/var/web/reporter
        then
-               if ! ln -s /openils/var/web/reporter /storage/reports-output  
+               if ! ln -s /storage/reports-output /openils/var/web/reporter 
                then
                        echo
                        echo "WARNING!!"