Changes between Version 3 and Version 4 of Public/Docs/CinnamonSetupDebian980


Ignore:
Timestamp:
Sep 13, 2022, 11:36:22 AM (20 months ago)
Author:
Administrator
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonSetupDebian980

    v3 v4  
    221221 chmod -R 770 /opt/cae
    222222 }}}
     223* Check the contents of {{{cae.sh}}}. It should be:
     224 {{{
     225#!/bin/bash -x
     226mono /opt/cae/bin/CinnamonAsynchronousEngine.exe
     227}}}
    223228* Set owner and permission to script.
    224229 {{{