Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Mar 17, 2024
1 parent 2f283ab commit 0bdbf88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/static/static/home/yi-hack/etc/system.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ FTP_FILE_DELETE_AFTER_UPLOAD=yes
SSH_PASSWORD=
CRONTAB=
DEBUG_LOG=no
STATIC_IP=
STATIC_MASK=
STATIC_GW=
STATIC_DNS1=
STATIC_DNS2=
1 change: 1 addition & 0 deletions src/static/static/home/yi-hack/script/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ mount --bind /home/yi-hack/script/ethdhcp.sh /home/app/script/ethdhcp.sh
# Remove core files, if any
rm -f $YI_PREFIX/core
rm -f $YI_HACK_PREFIX/bin/core
rm -f $YI_HACK_PREFIX/script/core
rm -f $YI_HACK_PREFIX/www/core
rm -f $YI_HACK_PREFIX/www/cgi-bin/core
rm -f $YI_HACK_PREFIX/core
Expand Down
2 changes: 1 addition & 1 deletion src/www/httpd/htdocs/pages/configurations.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h4 class="no-margin">General</h4>
</td>
</tr>
<tr class="row">
<td>Enable/disable time OSD</td>
<td>Enable time OSD</td>
<td>
<label class="switch small">
<input type="checkbox" data-key="TIME_OSD"/>
Expand Down

0 comments on commit 0bdbf88

Please sign in to comment.