소스 검색

rclone_script-install-dialog.sh
* Fixed another small error

Jandalf81 7 년 전
부모
커밋
8edbd56226
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rclone_script-install-dialog.sh

+ 1 - 1
rclone_script-install-dialog.sh

@@ -1097,7 +1097,7 @@ function 9aSaveConfiguration ()
 	printf "$(date +%FT%T%:z):\t9aSaveConfiguration\tSTART\n" >> ./rclone_script-install.log
 	
 	echo "remotebasedir=${remotebasedir}" > ~/scripts/rclone_script/rclone_script.ini
-	echo "shownotifications=${shownotifications}" > ~/scripts/rclone_script/rclone_script.ini
+	echo "shownotifications=${shownotifications}" >> ~/scripts/rclone_script/rclone_script.ini
 	echo "logfile=~/scripts/rclone_script.log" >> ~/scripts/rclone_script/rclone_script.ini
 	echo "debug=0" >> ~/scripts/rclone_script/rclone_script.ini