mirror of
				https://github.com/kevinveenbirkenbach/linux-image-manager.git
				synced 2025-11-04 09:28:01 +00:00 
			
		
		
		
	Added folder for certificates to backup
This commit is contained in:
		@@ -12,7 +12,7 @@ if [ -z "$(mount | grep "$DECRYPTED_PATH")" ]
 | 
			
		||||
    echo "The decrypted folder $DECRYPTED_PATH is locked. You need to unlock it!"
 | 
			
		||||
    bash "$SCRIPT_PATH/unlock.sh" || exit 1;
 | 
			
		||||
fi
 | 
			
		||||
declare -a BACKUP_LIST=("$HOME/.ssh/" "$HOME/.gitconfig" "$HOME/.mozilla/firefox/" "$HOME/.atom/config.cson");
 | 
			
		||||
declare -a BACKUP_LIST=("$HOME/.ssh/" "$HOME/.gitconfig" "$HOME/.mozilla/firefox/" "$HOME/.atom/config.cson" "$HOME/Documents/certificates/");
 | 
			
		||||
for system_item_path in "${BACKUP_LIST[@]}";
 | 
			
		||||
do
 | 
			
		||||
    data_item_path="$DATA_PATH$system_item_path"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user