소스 검색

replaced mv with cp in fourier-key.json

Gamaliel Espinoza 7 년 전
부모
커밋
e42e216fed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fourier_install.sh

+ 1 - 1
fourier_install.sh

@@ -179,7 +179,7 @@ if [[ "$OSTYPE" != darwin* ]]; then
 	sudo mysql -u root -e "grant all privileges on $mysql_db.* to '$mysql_user'@'localhost';flush privileges;"
 	cd ~
 	sudo mysql -u root -h localhost $mysql_db < $installerpath/fourier.sql
-	sudo mv $installerpath/fourier-key.json /etc/Fourier-key.json
+	sudo cp $installerpath/fourier-key.json /etc/Fourier-key.json
 fi
 
 echo "****************************************************************************"