change no borg repo passwd identifier
This commit is contained in:
		
							parent
							
								
									099be9ff89
								
							
						
					
					
						commit
						515e57e4f3
					
				| @ -185,10 +185,10 @@ export BORG_REPO="${borgRepo}" | ||||
| # check borg repo password | ||||
| if [ -n "${borgRepoPassword}" ]; then | ||||
|     export BORG_PASSPHRASE="${borgRepoPassword}" | ||||
| elif [ "${borgRepoPassword}" = '<none>' ]; then | ||||
| elif [ "${borgRepoPassword}" = 'none' ]; then | ||||
|     export BORG_PASSPHRASE="" | ||||
| else | ||||
|     consoleError 2 "$varsFile: 'borgRepoPassword' must be specified or must be '<none>' if no password has been set (VERY INSECURE!)." | ||||
|     consoleError 2 "$varsFile: 'borgRepoPassword' must be specified or must be 'none' if no password has been set (VERY INSECURE!)." | ||||
| fi | ||||
| 
 | ||||
| # export borg remote path, if specified | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user