Skip to content

Commit 45980be

Browse files
committed
[Version Update] v0.3.4 Prep and Symlink fix #178
1 parent 98f3db1 commit 45980be

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.3.3
1+
0.3.4
22

src/static/static/home/yi-hack-v5/script/system.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ if [ ! -L "~/.ash_history" ]; then
3030
ln -sf /dev/null ~/.ash_history
3131
fi
3232

33+
if [ ! -L "/home/yi-hack-v5/.ash_history" ]; then
34+
ln -sf /dev/null /home/yi-hack-v5/.ash_history
35+
fi
36+
3337
ulimit -s 1024
3438

3539
# Remove core files, if any

src/www/httpd/htdocs/pages/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h6 id="loading-status" class="float-right loading-text"></h6>
99
<div class="row">
1010
<div class="wrap">
1111
<div class="content-left">
12-
<h3>v0.3.3 - BETA</h3>
12+
<h3>v0.3.4 - BETA</h3>
1313
<hr>
1414
<p class="text-intro"><b>RTSP, ONVIF, MQTT, Snapshots and other improvements</b></p>
1515
<p class="text-intro"><b>I recommend enabling 'swap file' in 'Config' if you experience performance issues. This version enforces 'swap file' on yi_dome and yi_home cameras</b></p>

0 commit comments

Comments
 (0)