Skip to content

Commit

Permalink
build: armbian fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Dec 1, 2018
1 parent d6a7f5c commit 845cff1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions etc/ncp-config.d/nc-ramlogs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ is_active()
install()
{
[[ -d /var/log.hdd ]] || [[ -d /var/hdd.log ]] && { echo "log2ram detected, not installing"; return; }
cd /tmp
curl -Lo log2ram.tar.gz https://github.com/azlux/log2ram/archive/master.tar.gz
tar xf log2ram.tar.gz
cd log2ram-master
Expand Down
3 changes: 2 additions & 1 deletion lamp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ EOF
sleep 0.5
done

mysql_secure_installation <<EOF
cd /tmp
mysql_secure_installation <<EOF
$DBPASSWD
y
$DBPASSWD
Expand Down

0 comments on commit 845cff1

Please sign in to comment.