mirror of
https://github.com/unraid/api.git
synced 2026-01-19 06:59:40 -06:00
chore: clean up comments
This commit is contained in:
@@ -2605,16 +2605,14 @@ _(Replaceable)_:
|
||||
]]>
|
||||
</INLINE>
|
||||
</FILE>
|
||||
|
||||
<!-- backup original registration page, then replace it with our version -->
|
||||
<FILE Run="/bin/bash" Method="install">
|
||||
<INLINE>
|
||||
<![CDATA[
|
||||
REG_PAGE=/usr/local/emhttp/plugins/dynamix/Registration.page
|
||||
REG_BACKUP=/usr/local/emhttp/plugins/dynamix.unraid.net/Registration.page-
|
||||
REG_CUSTOM=/usr/local/emhttp/plugins/dynamix.unraid.net/Registration.page.unraidnet
|
||||
# make backup of original registration page
|
||||
cp -f $REG_PAGE $REG_BACKUP
|
||||
# replace original registration page with our modified version
|
||||
cp -f $REG_CUSTOM $REG_PAGE
|
||||
]]>
|
||||
</INLINE>
|
||||
|
||||
Reference in New Issue
Block a user