fix install script
This commit is contained in:
parent
e6e8ebe10a
commit
481e93fd52
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo 'backing up previous log file to ~/.update-home-old.log'
|
echo 'backing up previous log file to ~/.update-home-old.log'
|
||||||
mv ~/.update-home.log ~/.update-home-old.log &>> /dev/null
|
mv ~/.update-home.log ~/.update-home-old.log >> /dev/null 2>&1
|
||||||
|
|
||||||
if ! test -d ~/.dotfiles; then
|
if ! test -d ~/.dotfiles; then
|
||||||
echo '.dotfiles should be at ~/.dotfiles; reinstalling dotfiles at ~/.dotfiles...'
|
echo '.dotfiles should be at ~/.dotfiles; reinstalling dotfiles at ~/.dotfiles...'
|
||||||
|
|
Loading…
Add table
Reference in a new issue