Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Update irohaBoard_Installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
keloud authored Feb 19, 2018
1 parent 289220d commit dfed508
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions irohaBoard_Installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
echo "Set Mysql root Password"
read -srp "Password: " sqlPass
sed -ie "s/mysql/$sqlPass/" ./irohaBoard_Installer_MySQL.cnf

echo
echo "Set Mysql User irohaBoard root Password"
read -srp "Password: " irohaPass
sed -ie "/irohaPass/$irohaPass/" ./irohaBoard_Installer_MySQL.sql

sed -ie "s/irohaPass/$irohaPass/" ./irohaBoard_Installer_MySQL.sql
echo
echo "Set Mysql User irohaBoard remote Password"
read -srp "Password: " irohaRemotePass
sed -ie "s/irohaRemotePass/$irohaRemotePass/" ./irohaBoard_Installer_MySQL.sql

echo
echo -e "\e[33m Package\e[m"
echo -e "\e[34m Package Update\e[m"
apt update
Expand Down

0 comments on commit dfed508

Please sign in to comment.