setappname.sh 274 B

12345678
  1. #!/bin/sh
  2. # this script replaces the line
  3. # appname = 'Nextcloud'
  4. # with the correct branding name in the syncstate.py script
  5. # It also replaces the occurences in the class name so several
  6. # branding can be loaded (see #6524)
  7. sed -i.org -e "s/Nextcloud/$1/g" syncstate.py