Skip to content

Commit 554e460

Browse files
committed
minor fixes
1 parent 05af918 commit 554e460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ password=mysqlpass
2323
For safety, make this file readable to you only by running chmod 0600 ~/.my.cnf
2424

2525
# Usage
26-
Just run it with: **sudo bash fullsysbackup.sh**
26+
Just run it with: **bash fullsysbackup.sh**
2727

2828
# TODO:
2929
* Make it work with dialog for a fancy progress bar.

fullsysbackup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ backuppaths=(
1818
###### End Of Configuration ######
1919

2020
# sudo is required
21-
printf "\e[1mThis script needs sudo privileges. You will also be promped to enter mysql credentials for each database you export unless you have a .my.cnf file in place. See README.md\e[0m\n"
21+
printf "\e[1mThis script needs sudo privileges. You will also be promped to enter mysql credentials for each database you export unless you have a .my.cnf file in place. See README.md file for more information.\e[0m\n"
2222
if [ $EUID != 0 ]; then
2323
sudo "$0" "$@"
2424
exit $?

0 commit comments

Comments
 (0)